83 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((sa.quantity>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((fp.id_feature=7)) AND ((sa_1.quantity>0)) GROUP BY fp.id_feature_value |
4.857
ms
|
276 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
115 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=37)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
4.426
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
108 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=31)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
3.680
ms
|
432 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
63 |
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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND cg.id_group='1' AND c.level_depth<=2 AND c.nleft>2 AND c.nright<129 GROUP BY cp.id_category |
3.645
ms
|
144 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:992 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
90 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=12)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
3.511
ms
|
144 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
48 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
3.466
ms
|
0 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:509 (getIdByName)
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
16 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_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 `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_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` |
3.340
ms
|
150 |
Yes
|
Yes
|
/classes/Hook.php:1289
/classes/Hook.php:738 (getAllHookRegistrations)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
66 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) |
3.194
ms
|
72 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:505 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
75 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=3)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
3.055
ms
|
72 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (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 `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
3.035
ms
|
599 |
|
|
/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:32 (require)
|
81 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=6)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
2.988
ms
|
72 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
65 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) |
2.976
ms
|
72 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:494 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
72 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=39)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
2.854
ms
|
72 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
77 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=4)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
2.736
ms
|
72 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
64 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) AND ((fp_1.id_feature_value IN (248, 422, 267))) |
2.710
ms
|
72 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:480 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
118 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=43)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
2.703
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
67 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((p.on_sale=1)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) |
2.693
ms
|
72 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:565 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:143 (getHighlightsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
71 |
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) GROUP BY p.id_manufacturer |
2.601
ms
|
72 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:661 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
261 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 3
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
2.520
ms
|
64 |
Yes
|
Yes
|
/classes/Category.php:799
/modules/ps_categorytree/ps_categorytree.php:141 (getNestedCategories)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
69 |
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) GROUP BY p.condition |
2.512
ms
|
72 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:394 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:137 (getConditionsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
93 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=15)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
2.358
ms
|
80 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
157 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 38
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
2.331
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
79 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=5)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
2.238
ms
|
32 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
60 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=41)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
2.220
ms
|
128 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
119 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=44)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
2.182
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
57 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 3) ORDER BY f.`position` ASC |
2.146
ms
|
74 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
/modules/ps_facetedsearch/src/Filters/Converter.php:388 (getFeatures)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
87 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=9)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
2.125
ms
|
34992 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
106 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=29)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
2.117
ms
|
400 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
117 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=42)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
2.104
ms
|
32 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
59 |
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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p GROUP BY p.id_product ORDER BY p.date_add DESC, p.id_product DESC |
2.074
ms
|
324 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:189 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
68 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_specific_price sp ON (
sp.id_product = p.id_product AND
sp.id_shop IN (0, 1) AND
sp.id_currency IN (0, 1) AND
sp.id_country IN (0, 151) AND
sp.id_group IN (0, 1) AND
sp.from_quantity = 1 AND
sp.reduction > 0 AND
sp.id_customer = 0 AND
sp.id_cart = 0 AND
(sp.from = '0000-00-00 00:00:00' OR '2025-09-16 16:09:14' >= sp.from) AND
(sp.to = '0000-00-00 00:00:00' OR '2025-09-16 16:09:14' <= sp.to)
) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sp.reduction>0)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) |
2.066
ms
|
80 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:605 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:143 (getHighlightsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
18 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
2.059
ms
|
1004 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
110 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=32)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
2.011
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
85 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=8)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.968
ms
|
72 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
116 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=38)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.952
ms
|
32 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
114 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=36)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.881
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
105 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=28)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.860
ms
|
208 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
112 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=34)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.853
ms
|
32 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
70 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 3)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
1.810
ms
|
46 |
Yes
|
|
/classes/Manufacturer.php:211
/modules/ps_facetedsearch/src/Filters/Block.php:652 (getManufacturers)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
74 |
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM ps_product p INNER JOIN ps_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 151) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' |
1.796
ms
|
18 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:57 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:250 (getMinMaxPriceValue)
/modules/ps_facetedsearch/src/Filters/Block.php:131 (getPriceRangeBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
56 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'new-products'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
1.770
ms
|
276 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
102 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=24)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.712
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
111 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=33)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.668
ms
|
96 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
89 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=11)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.623
ms
|
112 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
88 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=10)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.595
ms
|
96 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
99 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=21)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.584
ms
|
80 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
94 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=16)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.578
ms
|
48 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
96 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=18)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.546
ms
|
32 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
101 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=23)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.518
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
15 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
1.509
ms
|
1004 |
|
|
/classes/Hook.php:1388
/classes/Hook.php:817 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
107 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=30)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.493
ms
|
176 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
97 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=19)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.470
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
92 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=14)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.417
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
91 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=13)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.397
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
276 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 AND `id_lang` = 3
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
1.396
ms
|
64 |
Yes
|
|
/classes/Category.php:629
/modules/pkelements/classes/WidgetPkcategories.php:499 (getCategories)
/modules/pkelements/classes/WidgetPkcategories.php:68 (getCategoriesList)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
95 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=17)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.377
ms
|
80 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
98 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=20)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.365
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
120 |
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
1.344
ms
|
1 |
|
|
/classes/Cart.php:4255
/classes/Cart.php:4230 (hasProducts)
/classes/Cart.php:2145 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/8b/b3/53/8bb3535d0449a115f43ab0e06e81f30c3648a348_2.file.javascript.tpl.php:62 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b8e528_90256121)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/20/4f/86/204f8617f3e1197e85dfeec5b4c0098ce1462531_2.file.head.tpl.php:407 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/20/4f/86/204f8617f3e1197e85dfeec5b4c0098ce1462531_2.file.head.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b593c1_79341826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:94 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
24 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1.307
ms
|
62 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
151 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 21
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.302
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
249 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 43
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.280
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
155 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 67
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.251
ms
|
3 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
113 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=35)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.242
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
104 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=26)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.218
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
103 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=25)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.216
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
227 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 72
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.204
ms
|
7 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
133 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.120
ms
|
7 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
145 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 18
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.120
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
62 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 AND `id_lang` = 3
AND c.`active` = 1
ORDER BY c.nleft, c.position |
1.110
ms
|
64 |
Yes
|
|
/classes/Category.php:724
/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:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
100 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (248, 422, 267))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2025-06-09 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=22)) AND ((sa_1.quantity>0)) AND ((fp_2.id_feature_value IN (248, 422, 267))) GROUP BY fp.id_feature_value |
1.103
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
243 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 73
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.096
ms
|
4 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
37 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.063
ms
|
86 |
|
|
/classes/module/Module.php:346
/modules/blockreassurance/blockreassurance.php:102 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
123 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_content` a
LEFT JOIN `ps_ce_content_lang` `b` ON a.`id_ce_content` = b.`id_ce_content` AND b.`id_lang` = 3
LEFT JOIN `ps_ce_content_shop` `c` ON a.`id_ce_content` = c.`id_ce_content` AND c.`id_shop` = 1
WHERE (a.`id_ce_content` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
1.043
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/CEContent.php:46 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:143 (getInstance)
/modules/creativeelements/core/documents-manager.php:187 (CE\get_post)
/modules/creativeelements/core/documents-manager.php:263 (get)
/modules/creativeelements/includes/frontend.php:773 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
137 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 81
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.036
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
125 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 5020301 AND name = '_elementor_data' LIMIT 1 |
1.030
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:782 (getElementsData)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
251 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 88
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.012
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
163 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 68
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.002
ms
|
7 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
153 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 22
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.999
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
128 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 5020301 AND name = '_elementor_css' LIMIT 1 |
0.998
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/base.php:134 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
78 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 4 ORDER BY vl.`value` ASC |
0.975
ms
|
5 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
252 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
0.966
ms
|
46 |
Yes
|
|
/classes/Manufacturer.php:211
/modules/pkelements/src/WidgetMenuBase.php:112 (getManufacturers)
/modules/pkelements/src/WidgetMenuBase.php:44 (getManufacturersOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
127 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 5020301 AND name = '_elementor_css' LIMIT 1 |
0.963
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/css/base.php:193 (getMeta)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
135 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 63
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.953
ms
|
9 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
241 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 84
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.952
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
82 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 6 ORDER BY vl.`value` ASC |
0.938
ms
|
24 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
205 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 70
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.938
ms
|
10 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
195 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 75
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.935
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
231 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 24
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.922
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
217 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 60
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.922
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
235 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 26
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.913
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
245 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 41
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.909
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
199 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 30
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.908
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
193 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 37
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.905
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
225 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 71
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.901
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
233 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 25
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.899
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
201 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 31
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.898
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
237 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 45
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.897
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
139 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 17
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.894
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
191 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 36
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.886
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
173 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 50
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.881
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
141 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 83
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.874
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
167 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 47
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.873
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
213 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 55
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.873
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
143 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 82
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.869
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
159 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 39
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.866
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
121 |
SELECT SQL_NO_CACHE a.id_ce_content as id FROM ps_ce_content a
LEFT JOIN ps_ce_content_lang AS b ON a.id_ce_content = b.id_ce_content
LEFT JOIN ps_ce_content_shop sa ON sa.id_ce_content = a.id_ce_content AND sa.id_shop = b.id_shop
WHERE b.id_lang = 3 AND sa.id_shop = 1 AND a.hook LIKE 'DisplayHeaderBuilder' AND a.active = 1 ORDER BY a.id_product DESC |
0.858
ms
|
5 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:150
/modules/creativeelements/creativeelements.php:475 (getIdsByHook)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
84 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 7 ORDER BY vl.`value` ASC |
0.850
ms
|
12 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
215 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 56
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.847
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
165 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 46
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.841
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.837
ms
|
86 |
|
|
/classes/module/Module.php:346
/modules/pkcompare/pkcompare.php:54 (__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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
209 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 53
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.836
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
203 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 44
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.830
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
219 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 57
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.822
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
161 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 40
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.808
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
197 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 29
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.806
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
179 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 69
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.795
ms
|
5 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.782
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:32 (require)
|
40 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.781
ms
|
0 |
|
|
/classes/module/Module.php:2137
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
187 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 34
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.775
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
211 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 54
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.771
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
76 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 3 ORDER BY vl.`value` ASC |
0.763
ms
|
11 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
177 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 74
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.760
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
149 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 20
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.755
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
23 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.747
ms
|
86 |
|
|
/classes/module/Module.php:346
/modules/ph_simpleblog/ph_simpleblog.php:75 (__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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
221 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 59
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.741
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
122 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 5020301 AND name = '_elementor_edit_mode' LIMIT 1 |
0.736
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:769 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
58 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 7 ORDER BY vl.`value` ASC |
0.730
ms
|
12 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:402 (getFeatureValues)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
38 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.729
ms
|
2 |
|
|
/classes/Meta.php:193
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1791 (getMetaTags)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
229 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 23
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.726
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
181 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 28
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.722
ms
|
7 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
247 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 42
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.703
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.699
ms
|
86 |
|
|
/classes/module/Module.php:346
/modules/pkfavorites/pkfavorites.php:58 (__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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
175 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 51
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.692
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
207 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 52
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.692
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
80 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 5 ORDER BY vl.`value` ASC |
0.683
ms
|
3 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
86 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 8 ORDER BY vl.`value` ASC |
0.677
ms
|
26 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
239 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 27
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.670
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
147 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 19
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.668
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
253 |
SELECT SQL_NO_CACHE s.*, sl.`description`
FROM `ps_supplier` s
LEFT JOIN `ps_supplier_lang` `sl` ON s.`id_supplier` = sl.`id_supplier` AND sl.`id_lang` = 1
INNER JOIN ps_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE (s.`active` = 1)
GROUP BY s.id_supplier
ORDER BY s.`name` ASC |
0.664
ms
|
22 |
Yes
|
Yes
|
/classes/Supplier.php:139
/modules/pkelements/src/WidgetMenuBase.php:124 (getSuppliers)
/modules/pkelements/src/WidgetMenuBase.php:45 (getSuppliersOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
73 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 39 ORDER BY vl.`value` ASC |
0.653
ms
|
3 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
183 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 32
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.650
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
185 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 33
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.645
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
146 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) AND (b.`id_shop` = 1) LIMIT 1 |
0.639
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
189 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 35
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.635
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
6 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 151) LIMIT 1 |
0.627
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:32 (require)
|
171 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 49
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.616
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
257 |
SELECT SQL_NO_CACHE *
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON m.`id_meta` = ml.`id_meta`
WHERE ml.`id_lang` = 3 AND ml.id_shop = 1 ORDER BY page ASC |
0.616
ms
|
62 |
Yes
|
|
/classes/Meta.php:171
/modules/pkelements/src/WidgetMenuBase.php:136 (getMetasByIdLang)
/modules/pkelements/src/WidgetMenuBase.php:47 (getPSPages)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
288 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 45 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.616
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
169 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 48
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.610
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
109 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 31 ORDER BY vl.`value` ASC |
0.606
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
223 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 58
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.605
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/classes/Category.php:304 (getSubCategories)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
270 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_page_settings' LIMIT 1 |
0.590
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1058 (CE\get_post_meta)
/modules/creativeelements/core/document-types/content.php:117 (__construct)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:263 (get)
/modules/creativeelements/includes/frontend.php:773 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
129 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 5020301 AND name = '_elementor_version' LIMIT 1 |
0.588
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:723 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'bitstore.ma' OR su.domain_ssl = 'bitstore.ma')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.562
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:32 (require)
|
61 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.535
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
130 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pkcompare" LIMIT 1 |
0.533
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkcompare.php:73 (isInstalled)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
124 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 5020301 AND name = '_elementor_page_settings' LIMIT 1 |
0.491
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1058 (CE\get_post_meta)
/modules/creativeelements/core/document-types/content.php:117 (__construct)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:263 (get)
/modules/creativeelements/includes/frontend.php:773 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
25 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.477
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
41 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.474
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1627 (getNoPictureImage)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
267 |
SELECT SQL_NO_CACHE a.id_ce_content as id FROM ps_ce_content a
LEFT JOIN ps_ce_content_lang AS b ON a.id_ce_content = b.id_ce_content
LEFT JOIN ps_ce_content_shop sa ON sa.id_ce_content = a.id_ce_content AND sa.id_shop = b.id_shop
WHERE b.id_lang = 3 AND sa.id_shop = 1 AND a.hook LIKE 'DisplayFooterBuilder' AND a.active = 1 ORDER BY a.id_product DESC |
0.469
ms
|
5 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:150
/modules/creativeelements/creativeelements.php:475 (getIdsByHook)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
126 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 5020301 AND name = '_elementor_edit_mode' LIMIT 1 |
0.464
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
28 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 3
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.462
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.456
ms
|
9 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
136 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) AND (b.`id_shop` = 1) LIMIT 1 |
0.456
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
30 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.451
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
186 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
0.448
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
49 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 20
AND `id_module` = 77
AND `id_shop` = 1 |
0.432
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
22 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.432
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/modules/ph_simpleblog/ph_simpleblog.php:70 (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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
284 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.428
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
17 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.426
ms
|
87 |
|
|
/classes/Hook.php:290
/classes/Hook.php:321 (getAllHookAliases)
/classes/Hook.php:749 (getHookAliasesFor)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.423
ms
|
3 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:32 (require)
|
36 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.420
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
12 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'en' LIMIT 1 |
0.416
ms
|
3 |
|
|
/classes/Language.php:854
/classes/Tools.php:627 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
20 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.416
ms
|
87 |
|
|
/classes/Hook.php:342
/classes/Hook.php:157 (getCanonicalHookNames)
/classes/Hook.php:366 (normalizeHookName)
/classes/Hook.php:389 (getAllKnownNames)
/classes/Hook.php:980 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
158 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) AND (b.`id_shop` = 1) LIMIT 1 |
0.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
47 |
SELECT SQL_NO_CACHE id_shop FROM ps_shop |
0.414
ms
|
1 |
|
|
/classes/shop/Shop.php:751
/classes/Hook.php:593 (getCompleteListOfShopsID)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
228 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) AND (b.`id_shop` = 1) LIMIT 1 |
0.410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
148 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) AND (b.`id_shop` = 1) LIMIT 1 |
0.403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
170 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) AND (b.`id_shop` = 1) LIMIT 1 |
0.398
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
194 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) AND (b.`id_shop` = 1) LIMIT 1 |
0.397
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
256 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
JOIN `ps_cms_lang` cl ON c.`id_cms` = cl.`id_cms`
WHERE `id_cms_category` = 1 AND c.`active` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 3
GROUP BY c.id_cms
ORDER BY c.`position` |
0.396
ms
|
6 |
Yes
|
Yes
|
/classes/CMSCategory.php:208
/modules/pkelements/src/WidgetMenuBase.php:71 (getRecurseCategory)
/modules/pkelements/src/WidgetMenuBase.php:46 (getCMSOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_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.395
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:32 (require)
|
244 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 41) AND (b.`id_shop` = 1) LIMIT 1 |
0.394
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
285 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.390
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
226 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) AND (b.`id_shop` = 1) LIMIT 1 |
0.389
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
246 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 42) AND (b.`id_shop` = 1) LIMIT 1 |
0.388
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
286 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.388
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
232 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 1) LIMIT 1 |
0.387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
44 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 151) LIMIT 1 |
0.381
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
272 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_edit_mode' LIMIT 1 |
0.380
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
198 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) AND (b.`id_shop` = 1) LIMIT 1 |
0.378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
269 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_content` a
LEFT JOIN `ps_ce_content_lang` `b` ON a.`id_ce_content` = b.`id_ce_content` AND b.`id_lang` = 3
LEFT JOIN `ps_ce_content_shop` `c` ON a.`id_ce_content` = c.`id_ce_content` AND c.`id_shop` = 1
WHERE (a.`id_ce_content` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/CEContent.php:46 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:143 (getInstance)
/modules/creativeelements/core/documents-manager.php:187 (CE\get_post)
/modules/creativeelements/core/documents-manager.php:263 (get)
/modules/creativeelements/includes/frontend.php:773 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
305 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.376
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
280 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 1011 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.374
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
234 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) AND (b.`id_shop` = 1) LIMIT 1 |
0.374
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.370
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:32 (require)
|
3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.370
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:32 (require)
|
206 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) AND (b.`id_shop` = 1) LIMIT 1 |
0.368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
271 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_data' LIMIT 1 |
0.367
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:782 (getElementsData)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
39 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.364
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
31 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.363
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.359
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:32 (require)
|
254 |
SELECT SQL_NO_CACHE c.`id_cms_category`, c.`id_parent`, c.`level_depth`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` c
JOIN `ps_cms_category_lang` cl ON c.`id_cms_category` = cl.`id_cms_category`
WHERE c.`id_cms_category` = 1
AND `id_lang` = 3 LIMIT 1 |
0.357
ms
|
3 |
|
|
/classes/CMSCategory.php:184
/modules/pkelements/src/WidgetMenuBase.php:71 (getRecurseCategory)
/modules/pkelements/src/WidgetMenuBase.php:46 (getCMSOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
192 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) AND (b.`id_shop` = 1) LIMIT 1 |
0.357
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
13 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 3) LIMIT 1 |
0.356
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Tools.php:641 (__construct)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
304 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.355
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
242 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) AND (b.`id_shop` = 1) LIMIT 1 |
0.355
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
220 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) AND (b.`id_shop` = 1) LIMIT 1 |
0.354
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
202 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) AND (b.`id_shop` = 1) LIMIT 1 |
0.354
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
210 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) AND (b.`id_shop` = 1) LIMIT 1 |
0.352
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
268 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_edit_mode' LIMIT 1 |
0.348
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:769 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
208 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) AND (b.`id_shop` = 1) LIMIT 1 |
0.348
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
218 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) AND (b.`id_shop` = 1) LIMIT 1 |
0.347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
200 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
0.347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
303 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 1011 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.344
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
255 |
SELECT SQL_NO_CACHE c.`id_cms_category`
FROM `ps_cms_category` c
INNER JOIN ps_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = c.id_cms_category AND cms_category_shop.id_shop = 1)
WHERE c.`id_parent` = 1 AND c.`active` = 1 ORDER BY c.`position` |
0.344
ms
|
1 |
Yes
|
|
/classes/CMSCategory.php:193
/modules/pkelements/src/WidgetMenuBase.php:71 (getRecurseCategory)
/modules/pkelements/src/WidgetMenuBase.php:46 (getCMSOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
138 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 1) LIMIT 1 |
0.343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
166 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1 |
0.342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
250 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 88) AND (b.`id_shop` = 1) LIMIT 1 |
0.342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
154 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) AND (b.`id_shop` = 1) LIMIT 1 |
0.339
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
156 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 38) AND (b.`id_shop` = 1) LIMIT 1 |
0.338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
160 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) AND (b.`id_shop` = 1) LIMIT 1 |
0.333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
264 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 3 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 129 AND c.`nleft` >= 2 AND c.`nright` <= 129 ORDER BY `nleft` DESC |
0.328
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
132 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 3)
WHERE `level_depth` = 1 |
0.328
ms
|
1 |
|
|
/classes/Category.php:2242
/classes/Category.php:1114 (getCategoriesWithoutParent)
/modules/pkelements/src/WidgetMenuBase.php:88 (getRootCategory)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
238 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) AND (b.`id_shop` = 1) LIMIT 1 |
0.327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
190 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1 |
0.324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
299 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1 |
0.324
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
212 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) AND (b.`id_shop` = 1) LIMIT 1 |
0.322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
140 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 83) AND (b.`id_shop` = 1) LIMIT 1 |
0.321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
134 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) AND (b.`id_shop` = 1) LIMIT 1 |
0.320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
236 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) AND (b.`id_shop` = 1) LIMIT 1 |
0.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
144 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) AND (b.`id_shop` = 1) LIMIT 1 |
0.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
259 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.318
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
214 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) AND (b.`id_shop` = 1) LIMIT 1 |
0.317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
306 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.316
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
297 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
0.315
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
164 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) AND (b.`id_shop` = 1) LIMIT 1 |
0.315
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
216 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1 |
0.310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
33 |
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
292 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1 |
0.310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
162 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) AND (b.`id_shop` = 1) LIMIT 1 |
0.309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
281 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1 |
0.308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
293 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
0.306
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
26 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.306
ms
|
3 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
142 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 82) AND (b.`id_shop` = 1) LIMIT 1 |
0.304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
230 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) AND (b.`id_shop` = 1) LIMIT 1 |
0.303
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
308 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "creativeelements" LIMIT 1 |
0.303
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:225 (isEnabled)
/modules/pkthemesettings/src/Config/Config.php:23 (getSmartyConfig)
/modules/pkelements/src/Hooks/DisplayBeforeBodyClosingTag.php:58 (get)
/modules/pkelements/pkelements.php:148 (init)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:185 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
262 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 3 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.302
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
45 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 151 |
0.298
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
248 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) AND (b.`id_shop` = 1) LIMIT 1 |
0.295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
27 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'MAD') LIMIT 1 |
0.294
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
222 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) AND (b.`id_shop` = 1) LIMIT 1 |
0.291
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
275 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_version' LIMIT 1 |
0.290
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:723 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:32 (require)
|
54 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 980
AND `id_module` = 77
AND `id_shop` = 1 |
0.287
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
296 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1 |
0.287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
29 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.285
ms
|
3 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
240 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 84) AND (b.`id_shop` = 1) LIMIT 1 |
0.285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
274 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_css' LIMIT 1 |
0.282
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/base.php:134 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
174 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) AND (b.`id_shop` = 1) LIMIT 1 |
0.281
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
50 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 35
AND `id_module` = 77
AND `id_shop` = 1 |
0.280
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
34 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.276
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
307 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 45 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.275
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
196 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) AND (b.`id_shop` = 1) LIMIT 1 |
0.275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
168 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) AND (b.`id_shop` = 1) LIMIT 1 |
0.273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
180 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) AND (b.`id_shop` = 1) LIMIT 1 |
0.271
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
182 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) AND (b.`id_shop` = 1) LIMIT 1 |
0.269
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
42 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 151 LIMIT 1 |
0.269
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:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
152 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) AND (b.`id_shop` = 1) LIMIT 1 |
0.268
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
131 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pkfavorites" LIMIT 1 |
0.267
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkfavorites.php:73 (isInstalled)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
298 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1 |
0.266
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
224 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) AND (b.`id_shop` = 1) LIMIT 1 |
0.266
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
277 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.263
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/pkelements/classes/WidgetPklinks.php:66 (isInstalled)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
204 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) AND (b.`id_shop` = 1) LIMIT 1 |
0.262
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
260 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
14 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:642 (isAssociatedToShop)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:33 (getInstance)
|
273 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_css' LIMIT 1 |
0.261
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/css/base.php:193 (getMeta)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
265 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.260
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/bc/9f/5e/bc9f5e4fb3111b6f94f32ee8592532f8d5d15ec0_2.file.no-products.tpl.php:40 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/bc/9f/5e/bc9f5e4fb3111b6f94f32ee8592532f8d5d15ec0_2.file.no-products.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/bc/9f/5e/bc9f5e4fb3111b6f94f32ee8592532f8d5d15ec0_2.file.no-products.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786d1d0716_37035738)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:183 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:439 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
295 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
0.259
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
32 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
294 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1 |
0.253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
188 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) AND (b.`id_shop` = 1) LIMIT 1 |
0.253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
172 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) AND (b.`id_shop` = 1) LIMIT 1 |
0.252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
279 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1011 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/Hook.php:247
/modules/pkelements/classes/WidgetPklinks.php:474 (getNameById)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
291 |
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 45) LIMIT 1 |
0.251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
278 |
SELECT SQL_NO_CACHE `id_hook` FROM ps_link_block |
0.250
ms
|
2 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:468
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
51 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 137
AND `id_module` = 77
AND `id_shop` = 1 |
0.250
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
150 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) AND (b.`id_shop` = 1) LIMIT 1 |
0.250
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
287 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 45 LIMIT 1 |
0.249
ms
|
1 |
|
|
/classes/Hook.php:247
/modules/pkelements/classes/WidgetPklinks.php:474 (getNameById)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:32 (require)
|
43 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 151 LIMIT 1 |
0.246
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
176 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) AND (b.`id_shop` = 1) LIMIT 1 |
0.245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
184 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) AND (b.`id_shop` = 1) LIMIT 1 |
0.245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/classes/Category.php:311 (recurseLiteCategTree)
/classes/Category.php:311 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
46 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.244
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:567 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
301 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 7 AND `id_shop` = 1 |
0.244
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
300 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 7) LIMIT 1 |
0.244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
52 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 28
AND `id_module` = 77
AND `id_shop` = 1 |
0.244
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
178 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) AND (b.`id_shop` = 1) LIMIT 1 |
0.243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Category.php:310 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:81 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
53 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 979
AND `id_module` = 77
AND `id_shop` = 1 |
0.238
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
35 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
310 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/Cart.php:1303
/src/Adapter/Presenter/Cart/CartLazyArray.php:300 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProductsCount)
/var/cache/_PS_ENV_/smarty/compile/alysum/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:30 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a0b7509_65169043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysum/bc/08/6c/bc086c90b64fd4b1c309ac358ae89bc715182606_2.module.pkelementsviewstemplates_partialssidebarspkcart.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_pkcart_10070804168c9786a0a5fa9_35792137)
/var/cache/_PS_ENV_/smarty/compile/alysum/bc/08/6c/bc086c90b64fd4b1c309ac358ae89bc715182606_2.module.pkelementsviewstemplates_partialssidebarspkcart.tpl.php:40 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a0a9a13_15541704)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/Hooks/DisplayBeforeBodyClosingTag.php:165 (fetch)
/modules/pkelements/src/Hooks/DisplayBeforeBodyClosingTag.php:96 (addCart)
/modules/pkelements/src/Hooks/DisplayBeforeBodyClosingTag.php:83 (addSidebar)
/modules/pkelements/src/Hooks/DisplayBeforeBodyClosingTag.php:64 (injectSidebars)
/modules/pkelements/pkelements.php:148 (init)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:185 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
283 |
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 1011) LIMIT 1 |
0.236
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
263 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
282 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 1 |
0.232
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
258 |
SELECT SQL_NO_CACHE id_ce_template, title FROM ps_ce_template WHERE active = 1 |
0.229
ms
|
4 |
|
|
/modules/pkelements/src/WidgetMenuBase.php:54
/modules/pkelements/classes/WidgetPknav.php:140 (getCETemplates)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_162942110268c97869bb24a0_41117526)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/90/11/19/9011197acc237a6871cd94b8d845d6058ba09464_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869bbfc90_64622517)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
302 |
SELECT SQL_NO_CACHE `id_hook` FROM ps_link_block |
0.228
ms
|
2 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:468
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
55 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 77
AND `id_shop` = 1 |
0.217
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
289 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1 |
0.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
266 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/bc/9f/5e/bc9f5e4fb3111b6f94f32ee8592532f8d5d15ec0_2.file.no-products.tpl.php:40 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/bc/9f/5e/bc9f5e4fb3111b6f94f32ee8592532f8d5d15ec0_2.file.no-products.tpl.php:69 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/bc/9f/5e/bc9f5e4fb3111b6f94f32ee8592532f8d5d15ec0_2.file.no-products.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786d1d0716_37035738)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:183 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:439 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
290 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 2 |
0.180
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_106535907168c9786a6f07d0_31661708)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/b7/f9/bb/b7f9bb1ff369a90c032594903f166ed741e8a4dc_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786a6fa0a0_18830182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/6c/20/d3/6c20d32cc18753655d46f3feff6c7a67c38a0f70_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_144499123368c97869b092e1_67493486)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|
309 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:225 (isEnabled)
/modules/pkthemesettings/src/Config/Config.php:23 (getSmartyConfig)
/modules/pkelements/src/Hooks/DisplayBeforeBodyClosingTag.php:58 (get)
/modules/pkelements/pkelements.php:148 (init)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:185 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/f0/dc/18/f0dc186cf29c6e7f6168caa2a2871f1a84e19671_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869b06b11_85256328)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/1d/6c/35/1d6c3540ddc9ce5d302ae4c9a136d3942e02bb07_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869afb618_88256140)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/d7/b1/52/d7b152691c16e04afccd66ae236c3ce43a51ee76_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c97869af6ca4_12809206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/_PS_ENV_/smarty/compile/alysumlayouts_layout_left_column_tpl/21/2e/e0/212ee0abfc1e395ff3220aeecd5cf8939c2340fa_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c9786aa1df65_77933968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:33 (dispatch)
|