SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM cpf_product p LEFT JOIN cpf_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN cpf_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN cpf_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 cpf_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN cpf_category_product cp ON (p.id_product = cp.id_product) INNER JOIN cpf_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN cpf_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN cpf_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (26, 4, 12, 25, 16, 19) AND c.nleft>=15 AND c.nright<=20 GROUP BY p.id_product) p INNER JOIN cpf_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
78361
ms
|
142884 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:187<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `cpf_hook` h
WHERE (h.active = 1) |
61917
ms
|
823 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
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, cp.position FROM cpf_product p LEFT JOIN cpf_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN cpf_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN cpf_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 cpf_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN cpf_category_product cp ON (p.id_product = cp.id_product) INNER JOIN cpf_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN cpf_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN cpf_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=15 AND c.nright<=20 GROUP BY p.id_product) p GROUP BY p.id_manufacturer |
48913
ms
|
142884 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778<br>/modules/ps_facetedsearch/src/Filters/Block.php:661<br>/modules/ps_facetedsearch/src/Filters/Block.php:146<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 `cpf_configuration` c
LEFT JOIN `cpf_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
41630
ms
|
657 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
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, cp.position FROM cpf_product p LEFT JOIN cpf_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN cpf_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN cpf_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 cpf_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN cpf_category_product cp ON (p.id_product = cp.id_product) INNER JOIN cpf_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN cpf_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN cpf_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (26, 4, 12, 25, 16, 19) AND c.nleft>=15 AND c.nright<=20 GROUP BY p.id_product) p INNER JOIN cpf_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=2)) GROUP BY fp.id_feature_value |
25224
ms
|
123228 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778<br>/modules/ps_facetedsearch/src/Filters/Block.php:855<br>/modules/ps_facetedsearch/src/Filters/Block.php:154<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE data FROM cpf_layered_filter_block WHERE hash="c304046d6df2cc7d8b49ed884b30c5d2" LIMIT 1 |
19224
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 8 AND mr.`active` = 1 |
16842
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1062
/modules/pk_menu/pk_menu.php:1165<br>/modules/pk_menu/pk_menu.php:1266<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `cpf_lang` l
LEFT JOIN `cpf_lang_shop` ls ON (l.id_lang = ls.id_lang) |
16727
ms
|
1 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `cpf_module` m
INNER JOIN cpf_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 `cpf_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `cpf_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `cpf_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `cpf_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` |
15809
ms
|
120 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM cpf_feature_product pf
LEFT JOIN cpf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cpf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cpf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cpf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15
ORDER BY f.position ASC |
15592
ms
|
6 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 `cpf_feature_value` v LEFT JOIN `cpf_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `cpf_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 2 ORDER BY vl.`value` ASC |
14215
ms
|
18 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864<br>/modules/ps_facetedsearch/src/Filters/Block.php:154<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `cpf_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `cpf_hook_alias` ha
INNER JOIN `cpf_hook` h ON ha.name = h.name |
13806
ms
|
0 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM cpf_shop_url su
LEFT JOIN cpf_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'perfumeriacuqui.com' OR su.domain_ssl = 'perfumeriacuqui.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
13599
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
13066
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `cpf_hook_alias` |
13045
ms
|
88 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
11231
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `cpf_lang` l
JOIN cpf_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
11027
ms
|
1 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:548<br>/classes/Dispatcher.php:245<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cpf_image_type` |
10966
ms
|
10 |
|
|
/classes/ImageType.php:147
/classes/ImageType.php:204<br>/modules/creativeelements/includes/base/widget-product-base.php:42<br>/modules/creativeelements/includes/managers/widgets.php:122<br>/modules/creativeelements/includes/managers/widgets.php:219<br>/modules/creativeelements/includes/elements/column.php:1112<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/includes/base/element-base.php:925<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module_shop` WHERE `id_module` = 54 AND `id_shop` = 1 LIMIT 1 |
10915
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/creativeelements/includes/widgets/contact-form.php:1246<br>/modules/creativeelements/includes/widgets/contact-form.php:1237<br>/modules/creativeelements/includes/managers/widgets.php:122<br>/modules/creativeelements/includes/managers/widgets.php:219<br>/modules/creativeelements/includes/elements/column.php:1112<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/includes/base/element-base.php:925<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-03 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cpf_product p
LEFT JOIN cpf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cpf_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN cpf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 16
LIMIT 1 |
10898
ms
|
3 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 4020101 AND name = '_elementor_css' LIMIT 1 |
10515
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118<br>/modules/creativeelements/core/files/base.php:223<br>/modules/creativeelements/core/files/base.php:134<br>/modules/creativeelements/core/files/css/base.php:212<br>/modules/creativeelements/core/files/css/post.php:206<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `cpf_manufacturer` m INNER JOIN cpf_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `cpf_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 |
10511
ms
|
54 |
Yes
|
|
/classes/Manufacturer.php:207
/modules/ps_facetedsearch/src/Filters/Block.php:652<br>/modules/ps_facetedsearch/src/Filters/Block.php:146<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `cpf_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
10332
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:227<br>/index.php:27
|
SELECT SQL_NO_CACHE mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 8 AND mr.`active` = 1 |
10103
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1062
/modules/pk_menu/pk_menu.php:1165<br>/modules/pk_menu/pk_menu.php:1266<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 17 LIMIT 1 |
9929
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
9678
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_category` a
LEFT JOIN `cpf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cpf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
9664
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/modules/pk_menu/pk_menu.php:1228<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `cpf_product_attribute_combination` pac
LEFT JOIN `cpf_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `cpf_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (29,30)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
8934
ms
|
2 |
|
|
/classes/Product.php:2730
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 1 AND mr.`active` = 1 |
8722
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1062
/modules/pk_menu/pk_menu.php:1165<br>/modules/pk_menu/pk_menu.php:1266<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE psgdpr.active FROM `cpf_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 2 LIMIT 1 |
8516
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
:undefined<br>/modules/creativeelements/includes/widgets/contact-form.php:1247<br>/modules/creativeelements/includes/widgets/contact-form.php:1237<br>/modules/creativeelements/includes/managers/widgets.php:122<br>/modules/creativeelements/includes/managers/widgets.php:219<br>/modules/creativeelements/includes/elements/column.php:1112<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/includes/base/element-base.php:925<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10) LIMIT 1 |
8262
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `cpf_product` p LEFT JOIN `cpf_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN cpf_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 15 AND pa.`id_product` = 15 AND pa.`id_product_attribute` = 28 LIMIT 1 |
8203
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
7998
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 cpf_shop_group gs
LEFT JOIN cpf_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN cpf_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 |
7892
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:711
/classes/shop/Shop.php:770<br>/classes/Configuration.php:294<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_lang`
WHERE `id_product` = 16 AND `id_shop` = 1 |
7706
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
7660
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 4020101 AND name = '_elementor_css' LIMIT 1 |
7433
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118<br>/modules/creativeelements/core/files/base.php:223<br>/modules/creativeelements/core/files/css/base.php:193<br>/modules/creativeelements/core/files/css/post.php:206<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN cpf_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `cpf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `cpf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `cpf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
7333
ms
|
2 |
Yes
|
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/da/af/c0/daafc0231b3cedf650ef8ab09b2c5eff98792258_2.file.product-miniature-addtocart.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module` WHERE `name` = "ps_facetedsearch" LIMIT 1 |
6723
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/pkelements/classes/WidgetPkcategoryFilter.php:63<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 34 LIMIT 1 |
6715
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
6628
ms
|
1 |
|
|
/classes/module/Module.php:2840
/modules/creativeelements/includes/widgets/email-subscription.php:1041<br>/modules/creativeelements/includes/widgets/email-subscription.php:1031<br>/modules/creativeelements/includes/managers/widgets.php:122<br>/modules/creativeelements/includes/managers/widgets.php:219<br>/modules/creativeelements/includes/elements/column.php:1112<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/includes/base/element-base.php:925<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 7040101 AND name = '_elementor_edit_mode' LIMIT 1 |
6568
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:527<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-03 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cpf_product p
LEFT JOIN cpf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cpf_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN cpf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 8
LIMIT 1 |
6406
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 14
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
6282
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2711
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN cpf_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `cpf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `cpf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `cpf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
6029
ms
|
2 |
Yes
|
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/da/af/c0/daafc0231b3cedf650ef8ab09b2c5eff98792258_2.file.product-miniature-addtocart.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15
AND image_shop.`cover` = 1 LIMIT 1 |
5983
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM cpf_category_group ctg
WHERE ctg.`id_category` = 7 AND ctg.`id_group` = 1 LIMIT 1 |
5912
ms
|
1 |
|
|
/classes/Category.php:1730
/controllers/front/listing/CategoryController.php:101<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM cpf_shop s
LEFT JOIN cpf_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 |
5867
ms
|
1 |
|
|
/classes/shop/Shop.php:205
/classes/shop/Shop.php:135<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE pk.*, wl.*
FROM cpf_pk_menu_shop pk
LEFT JOIN `cpf_pk_menu_lang` wl ON (wl.`id_pkmenu` = pk.`id_pkmenu` AND pk.`id_shop` = wl.`id_shop`)
WHERE pk.active = 1 AND wl.id_shop = 1 AND wl.id_lang=1 ORDER BY pk.position ASC, pk.id_pkmenu ASC |
5778
ms
|
4 |
Yes
|
|
/modules/pk_menu/classes/PkMenuClass.php:198
/modules/pk_menu/pk_menu.php:1220<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
5513
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/pk_menu/pk_menu.php:1347<br>/modules/pk_menu/pk_menu.php:1252<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-03 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cpf_product p
LEFT JOIN cpf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cpf_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN cpf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 17
LIMIT 1 |
5491
ms
|
3 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16) LIMIT 1 |
5432
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cpf_product` p
INNER JOIN `cpf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cpf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 15) |
5381
ms
|
2 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_ce_template` a
WHERE (a.`id_ce_template` = 203) LIMIT 1 |
4698
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/creativeelements/creativeelements.php:753<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
4636
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
4119
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:132<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN cpf_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `cpf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `cpf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `cpf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
3887
ms
|
1 |
Yes
|
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/da/af/c0/daafc0231b3cedf650ef8ab09b2c5eff98792258_2.file.product-miniature-addtocart.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
3682
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/creativeelements/includes/widgets/contact-form.php:1252<br>/modules/creativeelements/includes/widgets/contact-form.php:1237<br>/modules/creativeelements/includes/managers/widgets.php:122<br>/modules/creativeelements/includes/managers/widgets.php:219<br>/modules/creativeelements/includes/elements/column.php:1112<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/includes/base/element-base.php:925<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 0 LIMIT 1 |
3646
ms
|
1 |
|
|
/classes/SpecificPrice.php:411
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `cpf_product_attribute_combination` pac
LEFT JOIN `cpf_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `cpf_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (21,22)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
3537
ms
|
2 |
|
|
/classes/Product.php:2730
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 16
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
3493
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2711
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 28 LIMIT 1 |
3448
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
3052
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_group` a
LEFT JOIN `cpf_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
3039
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN cpf_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `cpf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `cpf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `cpf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2942
ms
|
2 |
Yes
|
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/da/af/c0/daafc0231b3cedf650ef8ab09b2c5eff98792258_2.file.product-miniature-addtocart.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `cpf_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
2933
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/classes/Currency.php:968<br>/classes/Currency.php:890<br>/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
2905
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM cpf_category_group ctg
WHERE ctg.`id_category` = 6 AND ctg.`id_group` = 1 LIMIT 1 |
2844
ms
|
1 |
|
|
/classes/Category.php:1730
/modules/pk_menu/pk_menu.php:1229<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `cpf_hook` |
2838
ms
|
823 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 4020101 AND name = '_elementor_edit_mode' LIMIT 1 |
2791
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 1 AND mr.`active` = 1 |
2766
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1062
/modules/pk_menu/pk_menu.php:1165<br>/modules/pk_menu/pk_menu.php:1266<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `cpf_manufacturer` m INNER JOIN cpf_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `cpf_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 |
2717
ms
|
54 |
Yes
|
|
/classes/Manufacturer.php:207
/modules/ps_facetedsearch/src/Filters/Converter.php:286<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:163<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13) LIMIT 1 |
2541
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
REPLACE INTO cpf_layered_filter_block (hash, data) VALUES ("c304046d6df2cc7d8b49ed884b30c5d2", "a:1:{s:7:\"filters\";a:2:{i:0;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"2\";s:6:\"values\";a:17:{i:9;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:8:\"Afrutada\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:9:\"Alicorada\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:8:\"Almizcle\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4;a:4:{s:3:\"nbr\";s:2:\"15\";s:4:\"name\";s:9:\"Amaderada\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:8:\"Ambarada\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:23;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:18:\"Atalcada/empolvada\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:11:\"Avainillada\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:6:\"Chipre\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:11;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"Cuero\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:8:\"Cítrica\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:9:\"Especiada\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3;a:4:{s:3:\"nbr\";s:1:\"8\";s:4:\"name\";s:6:\"Floral\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:8:\"Fougère\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:8:\"Gourmand\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:16;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:16:\"Marina/Acuática\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10;a:4:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:8:\"Oriental\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:21;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"Verde\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:17:\"Tipo de fragancia\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Marca\";s:6:\"values\";a:22:{i:4;a:3:{s:4:\"name\";s:19:\"Etat Libre d\'Orange\";s:3:\"nbr\";s:2:\"14\";s:7:\"checked\";b:1;}i:5;a:2:{s:4:\"name\";s:12:\"Maison Label\";s:3:\"nbr\";s:2:\"13\";}i:6;a:2:{s:4:\"name\";s:8:\"Berdoues\";s:3:\"nbr\";s:1:\"8\";}i:8;a:2:{s:4:\"name\";s:14:\"Ramón Monegal\";s:3:\"nbr\";s:1:\"8\";}i:11;a:2:{s:4:\"name\";s:21:\"Botanicae Expressions\";s:3:\"nbr\";s:2:\"14\";}i:12;a:3:{s:4:\"name\";s:6:\"Gravel\";s:3:\"nbr\";s:1:\"4\";s:7:\"checked\";b:1;}i:16;a:3:{s:4:\"name\";s:13:\"Rosendo Mateu\";s:3:\"nbr\";s:1:\"9\";s:7:\"checked\";b:1;}i:19;a:3:{s:4:\"name\";s:10:\"Toni Cabal\";s:3:\"nbr\";s:2:\"12\";s:7:\"checked\";b:1;}i:22;a:2:{s:4:\"name\";s:9:\"Hollister\";s:3:\"nbr\";s:1:\"1\";}i:24;a:2:{s:4:\"name\";s:14:\"Maison Tahité\";s:3:\"nbr\";s:2:\"17\";}i:25;a:3:{s:4:\"name\";s:21:\"Laboratorio Olfattivo\";s:3:\"nbr\";s:2:\"15\";s:7:\"checked\";b:1;}i:26;a:3:{s:4:\"name\";s:13:\"Bon Parfumeur\";s:3:\"nbr\";s:2:\"10\";s:7:\"checked\";b:1;}i:27;a:2:{s:4:\"name\";s:18:\"Perris Monte Carlo\";s:3:\"nbr\";s:2:\"16\";}i:28;a:2:{s:4:\"name\";s:11:\"Mr. Waldron\";s:3:\"nbr\";s:2:\"11\";}i:32;a:2:{s:4:\"name\";s:8:\"El Ganso\";s:3:\"nbr\";s:1:\"1\";}i:65;a:2:{s:4:\"name\";s:15:\"D-Souls Parfums\";s:3:\"nbr\";s:1:\"6\";}i:66;a:2:{s:4:\"name\";s:8:\"By Corel\";s:3:\"nbr\";s:1:\"3\";}i:67;a:2:{s:4:\"name\";s:17:\"Lorenzo Pazzaglia\";s:3:\"nbr\";s:2:\"10\";}i:68;a:2:{s:4:\"name\";s:19:\"Theodoros Kalotinis\";s:3:\"nbr\";s:2:\"18\";}i:74;a:2:{s:4:\"name\";s:10:\"Blndrgrphy\";s:3:\"nbr\";s:1:\"5\";}i:75;a:2:{s:4:\"name\";s:13:\"Daniel Josier\";s:3:\"nbr\";s:1:\"6\";}i:76;a:2:{s:4:\"name\";s:8:\"El Nicho\";s:3:\"nbr\";s:1:\"2\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}") |
2540
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:211
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cpf_product` p
INNER JOIN `cpf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cpf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 16) |
2539
ms
|
2 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `cpf_hook_module` hm
STRAIGHT_JOIN `cpf_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `cpf_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2506
ms
|
358 |
|
|
/classes/Hook.php:504
/classes/Hook.php:544<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
2424
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `cpf_attribute` a
LEFT JOIN `cpf_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `cpf_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `cpf_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 15
AND pac.`id_product_attribute` = 28
AND agl.`id_lang` = 1 |
2381
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(SELECT 1 FROM `cpf_cart_rule` WHERE date_to >= "2025-09-03 00:00:00" AND date_to <= "2025-09-03 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `cpf_cart_rule` WHERE date_from >= "2025-09-03 00:00:00" AND date_from <= "2025-09-03 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `cpf_cart_rule` WHERE date_from < "2025-09-03 00:00:00" AND date_to > "2025-09-03 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
2305
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/Cart.php:3021<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<br>/src/Core/Cart/Fees.php:95<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12) LIMIT 1 |
2284
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `cpf_attribute` a
LEFT JOIN `cpf_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `cpf_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `cpf_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 10
AND pac.`id_product_attribute` = 17
AND agl.`id_lang` = 1 |
2170
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM cpf_feature_product pf
LEFT JOIN cpf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cpf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cpf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cpf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8
ORDER BY f.position ASC |
2154
ms
|
6 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 22
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 22
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2144
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15) AND (b.`id_shop` = 1) LIMIT 1 |
2136
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `cpf_category` c
INNER JOIN cpf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `cpf_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `cpf_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 7
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
2111
ms
|
2 |
Yes
|
Yes
|
/classes/Category.php:919
/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_country_lang`
WHERE `id_country` = 6 |
2107
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module` WHERE `name` = "ps_linklist" LIMIT 1 |
2067
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/pkelements/classes/WidgetPklinks.php:66<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN cpf_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `cpf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `cpf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `cpf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1996
ms
|
2 |
Yes
|
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/da/af/c0/daafc0231b3cedf650ef8ab09b2c5eff98792258_2.file.product-miniature-addtocart.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 32 LIMIT 1 |
1958
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `cpf_product_attribute_combination` pac
LEFT JOIN `cpf_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `cpf_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (17,18)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1957
ms
|
2 |
|
|
/classes/Product.php:2730
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 17
AND image_shop.`cover` = 1 LIMIT 1 |
1955
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `cpf_module` m
LEFT JOIN `cpf_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1951
ms
|
70 |
|
|
/classes/module/Module.php:340
/modules/ps_emailsubscription/ps_emailsubscription.php:96<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cpf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 18
ORDER BY `position` |
1870
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `cpf_tax_rule` tr
JOIN `cpf_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 389)
AND ('36960' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '36960')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1853
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3895<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module` WHERE `name` = "contactform" LIMIT 1 |
1836
ms
|
1 |
|
|
/classes/module/Module.php:2840
/modules/creativeelements/includes/widgets/contact-form.php:1247<br>/modules/creativeelements/includes/widgets/contact-form.php:1237<br>/modules/creativeelements/includes/managers/widgets.php:122<br>/modules/creativeelements/includes/managers/widgets.php:219<br>/modules/creativeelements/includes/elements/column.php:1112<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/includes/base/element-base.php:925<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN cpf_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `cpf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `cpf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `cpf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1832
ms
|
1 |
Yes
|
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/da/af/c0/daafc0231b3cedf650ef8ab09b2c5eff98792258_2.file.product-miniature-addtocart.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 16 AND `id_group` = 1 LIMIT 1 |
1780
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 16 AND id_shop=1 LIMIT 1 |
1778
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `cpf_product_attribute_combination` pac
LEFT JOIN `cpf_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `cpf_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (19,20)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1775
ms
|
2 |
|
|
/classes/Product.php:2730
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 203010000 AND name = '_elementor_edit_mode' LIMIT 1 |
1748
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-03 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cpf_product p
LEFT JOIN cpf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cpf_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN cpf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 14
LIMIT 1 |
1722
ms
|
3 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN cpf_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `cpf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `cpf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `cpf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1710
ms
|
2 |
Yes
|
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/da/af/c0/daafc0231b3cedf650ef8ab09b2c5eff98792258_2.file.product-miniature-addtocart.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 13
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1709
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2711
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 10
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1705
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2711
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 `cpf_feature` f INNER JOIN cpf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `cpf_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `cpf_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `cpf_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC |
1670
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
/modules/ps_facetedsearch/src/Filters/Converter.php:388<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:163<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `cpf_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
1666
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM cpf_cart_product cp INNER JOIN cpf_product p
ON (p.id_product = cp.id_product) INNER JOIN cpf_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
1638
ms
|
1 |
|
|
/classes/Cart.php:4218
/classes/Cart.php:4193<br>/classes/Cart.php:2134<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16) AND (b.`id_shop` = 1) LIMIT 1 |
1636
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14) LIMIT 1 |
1604
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 30 LIMIT 1 |
1596
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN cpf_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `cpf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `cpf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `cpf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1570
ms
|
2 |
Yes
|
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/da/af/c0/daafc0231b3cedf650ef8ab09b2c5eff98792258_2.file.product-miniature-addtocart.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 13 LIMIT 1 |
1558
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1524
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module` WHERE `name` = "pk_menu" LIMIT 1 |
1498
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/pkelements/classes/WidgetPkmenu.php:59<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_lang`
WHERE `id_product` = 13 AND `id_shop` = 1 |
1497
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cpf_product` p
INNER JOIN `cpf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cpf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 18) |
1493
ms
|
2 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `cpf_product_attribute_combination` pac
LEFT JOIN `cpf_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `cpf_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (25,26)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1475
ms
|
2 |
|
|
/classes/Product.php:2730
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN cpf_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `cpf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `cpf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `cpf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (15) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1441
ms
|
2 |
Yes
|
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/da/af/c0/daafc0231b3cedf650ef8ab09b2c5eff98792258_2.file.product-miniature-addtocart.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16
AND image_shop.`cover` = 1 LIMIT 1 |
1436
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_tax_lang`
WHERE `id_tax` = 1 |
1400
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/classes/Product.php:3895<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_ce_content` a
LEFT JOIN `cpf_ce_content_lang` `b` ON a.`id_ce_content` = b.`id_ce_content` AND b.`id_lang` = 1
LEFT JOIN `cpf_ce_content_shop` `c` ON a.`id_ce_content` = c.`id_ce_content` AND c.`id_shop` = 1
WHERE (a.`id_ce_content` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
1397
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/creativeelements/classes/CEContent.php:46<br>/modules/creativeelements/classes/wrappers/Post.php:100<br>/modules/creativeelements/classes/wrappers/Post.php:143<br>/modules/creativeelements/core/documents-manager.php:197<br>/modules/creativeelements/core/documents-manager.php:273<br>/modules/creativeelements/includes/frontend.php:773<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1375
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2711
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
1368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/classes/Product.php:3895<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 17 LIMIT 1 |
1361
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 17) AND (id_product_attribute = 31) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1357
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_currency` a
LEFT JOIN `cpf_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `cpf_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
1356
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1353
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8
AND image_shop.`cover` = 1 LIMIT 1 |
1349
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cpf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 13
ORDER BY `position` |
1309
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
1305
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1304
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 12
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1282
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2711
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 8 |
1274
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN cpf_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `cpf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `cpf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `cpf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (17) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1259
ms
|
2 |
Yes
|
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/da/af/c0/daafc0231b3cedf650ef8ab09b2c5eff98792258_2.file.product-miniature-addtocart.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11) LIMIT 1 |
1253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_lang`
WHERE `id_product` = 14 AND `id_shop` = 1 |
1246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 11
AND `id_shop` = 1 LIMIT 1 |
1244
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE a.id_ce_content as id FROM cpf_ce_content a
LEFT JOIN cpf_ce_content_lang AS b ON a.id_ce_content = b.id_ce_content
LEFT JOIN cpf_ce_content_shop sa ON sa.id_ce_content = a.id_ce_content AND sa.id_shop = b.id_shop
WHERE b.id_lang = 1 AND sa.id_shop = 1 AND a.hook LIKE 'DisplayCategoryPageBuilder' AND a.active = 1 ORDER BY a.id_product DESC |
1240
ms
|
1 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:150
/modules/creativeelements/creativeelements.php:704<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1196
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook` FROM cpf_link_block |
1154
ms
|
3 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:468
/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-03 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cpf_product p
LEFT JOIN cpf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cpf_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN cpf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 9
LIMIT 1 |
1126
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_attribute` a
LEFT JOIN `cpf_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 34) LIMIT 1 |
1113
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_lang`
WHERE `id_product` = 10 AND `id_shop` = 1 |
1098
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_css' LIMIT 1 |
1094
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118<br>/modules/creativeelements/core/files/base.php:223<br>/modules/creativeelements/core/files/css/base.php:193<br>/modules/creativeelements/core/files/css/post.php:206<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cpf_product` p
INNER JOIN `cpf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cpf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8) |
1079
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 15 LIMIT 1 |
1078
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 8 AND `id_group` = 1 LIMIT 1 |
1077
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_group_lang`
WHERE `id_group` = 1 |
1056
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
1054
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-03 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cpf_product p
LEFT JOIN cpf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cpf_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN cpf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 15
LIMIT 1 |
1038
ms
|
3 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17) AND (b.`id_shop` = 1) LIMIT 1 |
1005
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 11) AND (id_product_attribute = 19) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
996
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN cpf_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `cpf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `cpf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `cpf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (73) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
994
ms
|
1 |
Yes
|
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/da/af/c0/daafc0231b3cedf650ef8ab09b2c5eff98792258_2.file.product-miniature-addtocart.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-03 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cpf_product p
LEFT JOIN cpf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cpf_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN cpf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 18
LIMIT 1 |
993
ms
|
3 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
993
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_manufacturer` a
LEFT JOIN `cpf_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `cpf_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 4) LIMIT 1 |
982
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/override/classes/Manufacturer.php:18<br>/classes/Link.php:662<br>/var/cache/dev/smarty/compile/perfumeriacuqui/a4/c3/10/a4c310ea17615a4da884ad81dd22a8e5f897f7e8_2.file.product-miniature-brand.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/a4/c3/10/a4c310ea17615a4da884ad81dd22a8e5f897f7e8_2.file.product-miniature-brand.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/2d/87/20/2d8720e6980bbb9f00d0408a755861dd61a0cbd9_2.module.pkelementsviewstemplatesp.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureBrand.php:177<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 10) AND (id_product_attribute = 18) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
976
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 7040101 AND name = '_elementor_edit_mode' LIMIT 1 |
969
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:525<br>/modules/creativeelements/includes/frontend.php:545<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:177<br>/modules/creativeelements/classes/assets/CEAssetManager.php:167<br>/modules/creativeelements/classes/assets/CEAssetManager.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 161010000 AND name = '_elementor_css' LIMIT 1 |
963
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118<br>/modules/creativeelements/core/files/base.php:223<br>/modules/creativeelements/core/files/css/base.php:193<br>/modules/creativeelements/core/files/css/post.php:206<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM cpf_layered_category
WHERE controller = 'category'
AND id_category = 7
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
947
ms
|
2 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:263<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:163<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `cpf_product_attribute_combination` pac
LEFT JOIN `cpf_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `cpf_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (23,24)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
945
ms
|
2 |
|
|
/classes/Product.php:2730
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN cpf_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `cpf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `cpf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `cpf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (18) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
943
ms
|
2 |
Yes
|
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/da/af/c0/daafc0231b3cedf650ef8ab09b2c5eff98792258_2.file.product-miniature-addtocart.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `cpf_manufacturer`
WHERE `id_manufacturer` = 12
AND `active` = 1 LIMIT 1 |
921
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/dev/smarty/compile/perfumeriacuqui/a4/c3/10/a4c310ea17615a4da884ad81dd22a8e5f897f7e8_2.file.product-miniature-brand.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/2d/87/20/2d8720e6980bbb9f00d0408a755861dd61a0cbd9_2.module.pkelementsviewstemplatesp.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureBrand.php:177<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_category` a0
LEFT JOIN `cpf_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 15) AND (a0.`nright` > 20) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc |
915
ms
|
21 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/controllers/front/listing/CategoryController.php:241<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cpf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15
ORDER BY `position` |
910
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `cpf_meta` m
LEFT JOIN `cpf_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
906
ms
|
54 |
Yes
|
|
/classes/Dispatcher.php:650
/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms` a
LEFT JOIN `cpf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1 |
895
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cpf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8
ORDER BY `position` |
891
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
883
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module` WHERE `name` = "sjboverrides" LIMIT 1 |
883
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/ImageManager.php:68<br>/src/Adapter/Image/ImageRetriever.php:187<br>/src/Adapter/Image/ImageRetriever.php:93<br>:undefined<br>/src/Adapter/Image/ImageRetriever.php:87<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-03 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cpf_product p
LEFT JOIN cpf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cpf_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN cpf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 73
LIMIT 1 |
865
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 8 LIMIT 1 |
829
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 18 LIMIT 1 |
820
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_lang`
WHERE `id_product` = 11 AND `id_shop` = 1 |
803
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 18) AND (id_product_attribute = 34) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
803
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `cpf_tax_rule` tr
JOIN `cpf_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 389)
AND ('36960' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '36960')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
793
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3921<br>/classes/Product.php:3684<br>/classes/Product.php:5676<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_manufacturer` a
LEFT JOIN `cpf_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `cpf_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 12) LIMIT 1 |
789
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/override/classes/Manufacturer.php:18<br>/classes/Link.php:662<br>/var/cache/dev/smarty/compile/perfumeriacuqui/a4/c3/10/a4c310ea17615a4da884ad81dd22a8e5f897f7e8_2.file.product-miniature-brand.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/a4/c3/10/a4c310ea17615a4da884ad81dd22a8e5f897f7e8_2.file.product-miniature-brand.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/2d/87/20/2d8720e6980bbb9f00d0408a755861dd61a0cbd9_2.module.pkelementsviewstemplatesp.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureBrand.php:177<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 17
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 17
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
784
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM cpf_link_block lb
INNER JOIN cpf_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 41 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
779
ms
|
6 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:281<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `cpf_module` m
LEFT JOIN `cpf_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
779
ms
|
70 |
|
|
/classes/module/Module.php:340
/modules/pkfavorites/pkfavorites.php:56<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
764
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM cpf_revslider_sliders |
759
ms
|
2 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:214
/modules/revsliderprestashop/revsliderprestashop.php:515<br>/modules/revsliderprestashop/revsliderprestashop.php:354<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `cpf_product_attribute_combination` pac
LEFT JOIN `cpf_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `cpf_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (33,34)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
752
ms
|
2 |
|
|
/classes/Product.php:2730
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `cpf_module` m
LEFT JOIN `cpf_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
745
ms
|
70 |
|
|
/classes/module/Module.php:340
/modules/pkcompare/pkcompare.php:54<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18) LIMIT 1 |
739
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 12) AND (id_product_attribute = 21) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
737
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 8 AND id_shop=1 LIMIT 1 |
731
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `cpf_hook`
WHERE `id_hook` = 41 LIMIT 1 |
728
ms
|
1 |
|
|
/classes/Hook.php:239
/modules/pkelements/classes/WidgetPklinks.php:474<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
728
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_category` a
LEFT JOIN `cpf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cpf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
721
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/controllers/front/listing/CategoryController.php:89<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `cpf_product_attribute_combination` pac
LEFT JOIN `cpf_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `cpf_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (31,32)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
710
ms
|
2 |
|
|
/classes/Product.php:2730
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM cpf_feature_product pf
LEFT JOIN cpf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cpf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cpf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cpf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10
ORDER BY f.position ASC |
710
ms
|
3 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cpf_stock_available`
WHERE (id_product = 17) AND (id_product_attribute = 32) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
707
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `cpf_module` m
LEFT JOIN `cpf_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
702
ms
|
70 |
|
|
/classes/module/Module.php:340
/modules/pklookbook/pklookbook.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cpf_product` p
INNER JOIN `cpf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cpf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 17) |
699
ms
|
2 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
692
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-03 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cpf_product p
LEFT JOIN cpf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cpf_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN cpf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10
LIMIT 1 |
689
ms
|
3 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 203010000 AND name = '_elementor_edit_mode' LIMIT 1 |
686
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 8
AND `id_shop` = 1 LIMIT 1 |
685
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_lang`
WHERE `id_product` = 12 AND `id_shop` = 1 |
683
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
679
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_country` a
LEFT JOIN `cpf_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `cpf_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
675
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:157<br>/index.php:27
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
667
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 4020101 AND name = '_elementor_version' LIMIT 1 |
651
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_currency` a
LEFT JOIN `cpf_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
645
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:701<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-03 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cpf_product p
LEFT JOIN cpf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cpf_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN cpf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 12
LIMIT 1 |
641
ms
|
3 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms` a
LEFT JOIN `cpf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 8) LIMIT 1 |
639
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 34
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 34
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
631
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `cpf_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
624
ms
|
1 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 203010000 AND name = '_elementor_data' LIMIT 1 |
616
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17) LIMIT 1 |
613
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
605
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-03 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cpf_product p
LEFT JOIN cpf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cpf_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN cpf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11
LIMIT 1 |
603
ms
|
3 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `cpf_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
592
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-03 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cpf_product p
LEFT JOIN cpf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cpf_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN cpf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 13
LIMIT 1 |
592
ms
|
3 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `cpf_product_attribute_image` pai
LEFT JOIN `cpf_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `cpf_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27, 28) AND il.`id_lang` = 1 ORDER by i.`position` |
592
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `cpf_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
591
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `cpf_address_format`
WHERE `id_country` = 6 LIMIT 1 |
586
ms
|
1 |
|
|
/classes/AddressFormat.php:672
/classes/AddressFormat.php:634<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM cpf_feature_product pf
LEFT JOIN cpf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cpf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cpf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cpf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 18
ORDER BY f.position ASC |
584
ms
|
3 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 7040101 AND name = '_wp_page_template' LIMIT 1 |
581
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/document-types/post.php:235<br>/modules/creativeelements/core/documents-manager.php:226<br>/modules/creativeelements/core/documents-manager.php:273<br>/modules/creativeelements/modules/page-templates/module.php:71<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:575<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `cpf_attribute` a
LEFT JOIN `cpf_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `cpf_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `cpf_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 18
AND pac.`id_product_attribute` = 34
AND agl.`id_lang` = 1 |
574
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 73 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 73 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
574
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 15 AND id_shop=1 LIMIT 1 |
572
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
571
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
571
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 13 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
569
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
563
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cpf_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
560
ms
|
10 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:283<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9) AND (b.`id_shop` = 1) LIMIT 1 |
556
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `cpf_product_attribute_image` pai
LEFT JOIN `cpf_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `cpf_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (18, 17) AND il.`id_lang` = 1 ORDER by i.`position` |
551
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 0 AND name = 'elementor_fonts_manager_font_types' LIMIT 1 |
547
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/modules/fonts-manager/module.php:31<br>/modules/creativeelements/modules/fonts-manager/module.php:64<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/includes/fonts.php:121<br>/modules/creativeelements/includes/controls/font.php:54<br>/modules/creativeelements/includes/controls/base.php:81<br>/modules/creativeelements/includes/managers/controls.php:417<br>/modules/creativeelements/includes/managers/controls.php:494<br>/modules/creativeelements/includes/managers/controls.php:514<br>/modules/creativeelements/includes/managers/controls.php:678<br>/modules/creativeelements/includes/base/controls-stack.php:428<br>/modules/creativeelements/includes/base/controls-stack.php:1387<br>/modules/creativeelements/core/base/document.php:410<br>/modules/creativeelements/modules/library/documents/page.php:93<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/controls-stack.php:350<br>/modules/creativeelements/includes/base/controls-stack.php:1079<br>/modules/creativeelements/includes/base/controls-stack.php:1215<br>/modules/creativeelements/core/base/document.php:230<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
546
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cpf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 17
ORDER BY `position` |
544
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
543
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
543
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM cpf_feature_product pf
LEFT JOIN cpf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cpf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cpf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cpf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14
ORDER BY f.position ASC |
542
ms
|
6 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `cpf_product_attribute_image` pai
LEFT JOIN `cpf_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `cpf_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (31, 32) AND il.`id_lang` = 1 ORDER by i.`position` |
534
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 18
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
534
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2711
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
532
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM cpf_feature_product pf
LEFT JOIN cpf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cpf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cpf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cpf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9
ORDER BY f.position ASC |
526
ms
|
6 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 16 LIMIT 1 |
522
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 28
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 28
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
520
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
520
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_category` a
LEFT JOIN `cpf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cpf_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 |
518
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 8) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
515
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_page_settings' LIMIT 1 |
513
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1058<br>/modules/creativeelements/core/documents-manager.php:226<br>/modules/creativeelements/core/documents-manager.php:273<br>/modules/creativeelements/includes/frontend.php:773<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 29) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
511
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
505
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 16 |
497
ms
|
2 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_attribute` a
LEFT JOIN `cpf_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 17) LIMIT 1 |
494
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 15 AND `id_group` = 1 LIMIT 1 |
492
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 161010000 AND name = '_elementor_edit_mode' LIMIT 1 |
489
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 203010000 AND name = '_elementor_page_settings' LIMIT 1 |
487
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1058<br>/modules/creativeelements/core/documents-manager.php:226<br>/modules/creativeelements/core/documents-manager.php:273<br>/modules/creativeelements/includes/frontend.php:773<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
485
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 161010000 AND name = '_elementor_data' LIMIT 1 |
483
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 32
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 32
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
478
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `cpf_product` p LEFT JOIN `cpf_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN cpf_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 10 AND pa.`id_product` = 10 AND pa.`id_product_attribute` = 17 LIMIT 1 |
475
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `cpf_hook_alias` |
473
ms
|
88 |
|
|
/classes/Hook.php:353
/classes/Hook.php:158<br>/classes/Hook.php:377<br>/classes/Hook.php:400<br>/classes/Hook.php:933<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_revision FROM cpf_ce_revision WHERE parent = 7040101 AND active = 0 AND id_employee = 0 LIMIT 1 |
470
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:461
/modules/creativeelements/includes/utils.php:224<br>/modules/creativeelements/core/base/document.php:856<br>/modules/creativeelements/core/documents-manager.php:249<br>/modules/creativeelements/core/settings/page/model.php:182<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/controls-stack.php:350<br>/modules/creativeelements/includes/base/controls-stack.php:1079<br>/modules/creativeelements/includes/base/controls-stack.php:1215<br>/modules/creativeelements/core/settings/manager.php:176<br>/modules/creativeelements/includes/frontend.php:948<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/core/base/app.php:36<br>/modules/creativeelements/includes/frontend.php:469<br>/modules/creativeelements/includes/frontend.php:546<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:177<br>/modules/creativeelements/classes/assets/CEAssetManager.php:167<br>/modules/creativeelements/classes/assets/CEAssetManager.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
467
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `cpf_attribute` a
LEFT JOIN `cpf_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `cpf_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `cpf_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 17
AND pac.`id_product_attribute` = 32
AND agl.`id_lang` = 1 |
466
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_ce_template` a
WHERE (a.`id_ce_template` = 161) LIMIT 1 |
466
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/creativeelements/creativeelements.php:753<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cpf_hook_module_exceptions`
WHERE `id_shop` IN (1) |
465
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `cpf_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 7 LIMIT 1 |
457
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
444
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_category` a
LEFT JOIN `cpf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) LIMIT 1 |
442
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/modules/ps_facetedsearch/src/Product/Search.php:364<br>/modules/ps_facetedsearch/src/Product/Search.php:130<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:173<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_category` a
LEFT JOIN `cpf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cpf_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 |
442
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 18) AND (id_product_attribute = 33) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
440
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 30
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 30
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
440
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM cpf_feature_product pf
LEFT JOIN cpf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cpf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cpf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cpf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 17
ORDER BY f.position ASC |
438
ms
|
6 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 18) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
432
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
430
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM cpf_feature_product pf
LEFT JOIN cpf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cpf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cpf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cpf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11
ORDER BY f.position ASC |
428
ms
|
6 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms_lang`
WHERE `id_cms` = 8 AND `id_shop` = 1 |
427
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 17
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
424
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2711
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `cpf_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 7 LIMIT 1 |
423
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `cpf_cart_rule` cr
LEFT JOIN `cpf_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1) |
423
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/Cart.php:3021<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<br>/src/Core/Cart/Fees.php:95<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 26
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 26
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
419
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 10
AND `id_shop` = 1 LIMIT 1 |
419
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15) LIMIT 1 |
419
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_link_block_lang`
WHERE `id_link_block` = 1 |
418
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
417
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10
AND image_shop.`cover` = 1 LIMIT 1 |
417
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
417
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 161010000 AND name = '_elementor_version' LIMIT 1 |
416
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 17
AND `id_shop` = 1 LIMIT 1 |
415
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 203010000 AND name = '_elementor_css' LIMIT 1 |
414
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118<br>/modules/creativeelements/core/files/base.php:223<br>/modules/creativeelements/core/files/css/base.php:193<br>/modules/creativeelements/core/files/css/post.php:206<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 20
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 20
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
413
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18) AND (b.`id_shop` = 1) LIMIT 1 |
411
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 13) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
411
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 24
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cpf_cart_product` cp JOIN `cpf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cpf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 24
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 13 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
411
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cpf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9
ORDER BY `position` |
409
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM cpf_feature_product pf
LEFT JOIN cpf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cpf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cpf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cpf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16
ORDER BY f.position ASC |
408
ms
|
6 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
406
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
405
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cpf_stock_available`
WHERE (id_product = 10) AND (id_product_attribute = 17) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
404
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 4020101 AND name = '_elementor_data' LIMIT 1 |
402
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM cpf_feature_product pf
LEFT JOIN cpf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cpf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cpf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cpf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12
ORDER BY f.position ASC |
400
ms
|
3 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM cpf_feature_product pf
LEFT JOIN cpf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cpf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cpf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cpf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 73
ORDER BY f.position ASC |
398
ms
|
6 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 7040101 AND name = '_elementor_page_settings' LIMIT 1 |
397
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/settings/page/manager.php:216<br>/modules/creativeelements/core/settings/base/manager.php:390<br>/modules/creativeelements/core/settings/base/manager.php:118<br>/modules/creativeelements/core/settings/page/manager.php:80<br>/modules/creativeelements/core/settings/manager.php:173<br>/modules/creativeelements/includes/frontend.php:948<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/core/base/app.php:36<br>/modules/creativeelements/includes/frontend.php:469<br>/modules/creativeelements/includes/frontend.php:546<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:177<br>/modules/creativeelements/classes/assets/CEAssetManager.php:167<br>/modules/creativeelements/classes/assets/CEAssetManager.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(SELECT 1 FROM `cpf_cart_rule` WHERE date_to >= "2025-09-03 00:00:00" AND date_to <= "2025-09-03 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `cpf_cart_rule` WHERE date_from >= "2025-09-03 00:00:00" AND date_from <= "2025-09-03 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `cpf_cart_rule` WHERE date_from < "2025-09-03 00:00:00" AND date_to > "2025-09-03 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
395
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_lang`
WHERE `id_product` = 18 AND `id_shop` = 1 |
395
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cpf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10
ORDER BY `position` |
394
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `cpf_product` p LEFT JOIN `cpf_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN cpf_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 18 AND pa.`id_product` = 18 AND pa.`id_product_attribute` = 34 LIMIT 1 |
393
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `cpf_attribute` a
LEFT JOIN `cpf_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `cpf_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `cpf_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 14
AND pac.`id_product_attribute` = 26
AND agl.`id_lang` = 1 |
393
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 10 AND `id_group` = 1 LIMIT 1 |
392
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `cpf_manufacturer`
WHERE `id_manufacturer` = 4
AND `active` = 1 LIMIT 1 |
389
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/dev/smarty/compile/perfumeriacuqui/a4/c3/10/a4c310ea17615a4da884ad81dd22a8e5f897f7e8_2.file.product-miniature-brand.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/2d/87/20/2d8720e6980bbb9f00d0408a755861dd61a0cbd9_2.module.pkelementsviewstemplatesp.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureBrand.php:177<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cpf_product` p
INNER JOIN `cpf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cpf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 13) |
389
ms
|
2 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
388
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE psgdpr.active FROM `cpf_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 22 LIMIT 1 |
387
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
:undefined<br>/modules/creativeelements/includes/widgets/email-subscription.php:1041<br>/modules/creativeelements/includes/widgets/email-subscription.php:1031<br>/modules/creativeelements/includes/managers/widgets.php:122<br>/modules/creativeelements/includes/managers/widgets.php:219<br>/modules/creativeelements/includes/elements/column.php:1112<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/includes/base/element-base.php:925<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 15
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
383
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2711
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `cpf_product` p LEFT JOIN `cpf_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN cpf_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 12 AND pa.`id_product` = 12 AND pa.`id_product_attribute` = 22 LIMIT 1 |
382
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
382
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 10) AND (id_product_attribute = 17) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
381
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 18 AND id_shop=1 LIMIT 1 |
378
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 15 |
375
ms
|
2 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
373
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `cpf_tax_rule` tr
JOIN `cpf_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
370
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5856<br>/classes/Product.php:5800<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14) AND (b.`id_shop` = 1) LIMIT 1 |
370
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
369
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `cpf_attribute` a
LEFT JOIN `cpf_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `cpf_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `cpf_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 16
AND pac.`id_product_attribute` = 30
AND agl.`id_lang` = 1 |
369
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM cpf_feature_product pf
LEFT JOIN cpf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cpf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cpf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cpf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 13
ORDER BY f.position ASC |
368
ms
|
6 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms` a
LEFT JOIN `cpf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1 |
364
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `cpf_product_attribute_combination` pac
LEFT JOIN `cpf_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `cpf_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (27,28)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
363
ms
|
2 |
|
|
/classes/Product.php:2730
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cpf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14
ORDER BY `position` |
363
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_attribute` a
LEFT JOIN `cpf_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 28) LIMIT 1 |
361
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
360
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_attribute` a
LEFT JOIN `cpf_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 32) LIMIT 1 |
359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
359
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
358
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cpf_currency` c ORDER BY `iso_code` ASC |
358
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84<br>/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 73) AND (b.`id_shop` = 1) LIMIT 1 |
356
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 28) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
354
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cpf_product` p
INNER JOIN `cpf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cpf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9) |
354
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12) AND (b.`id_shop` = 1) LIMIT 1 |
349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9
AND image_shop.`cover` = 1 LIMIT 1 |
348
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 10 |
346
ms
|
2 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13) AND (b.`id_shop` = 1) LIMIT 1 |
345
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module` WHERE `name` = "pkfavorites" LIMIT 1 |
340
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/pkelements/classes/WidgetPkfavorites.php:73<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `cpf_attribute` a
LEFT JOIN `cpf_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `cpf_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `cpf_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 12
AND pac.`id_product_attribute` = 22
AND agl.`id_lang` = 1 |
337
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "authentication"
OR m.page = "authentication"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
337
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `cpf_product_attribute_image` pai
LEFT JOIN `cpf_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `cpf_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (33, 34) AND il.`id_lang` = 1 ORDER by i.`position` |
335
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
333
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_state` a
WHERE (a.`id_state` = 389) LIMIT 1 |
333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `cpf_attribute` a
LEFT JOIN `cpf_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `cpf_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `cpf_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11
AND pac.`id_product_attribute` = 20
AND agl.`id_lang` = 1 |
332
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
330
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
330
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 18
AND image_shop.`cover` = 1 LIMIT 1 |
330
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 161010000 AND name = '_elementor_edit_mode' LIMIT 1 |
325
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM cpf_link_block lb
INNER JOIN cpf_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 41 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
325
ms
|
6 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:281<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 15
AND `id_shop` = 1 LIMIT 1 |
324
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 73
AND `id_shop` = 1 LIMIT 1 |
323
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cpf_product` p
INNER JOIN `cpf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cpf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10) |
323
ms
|
2 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 161010000 AND name = '_elementor_page_settings' LIMIT 1 |
321
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1058<br>/modules/creativeelements/core/documents-manager.php:226<br>/modules/creativeelements/core/documents-manager.php:273<br>/modules/creativeelements/includes/frontend.php:773<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `cpf_attribute` a
LEFT JOIN `cpf_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cpf_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `cpf_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `cpf_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 13
AND pac.`id_product_attribute` = 24
AND agl.`id_lang` = 1 |
318
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
317
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
317
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_currency_lang`
WHERE `id_currency` = 1 |
315
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:701<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
312
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 13) AND (id_product_attribute = 23) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
312
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
311
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM cpf_required_field |
310
ms
|
1 |
|
|
/classes/ObjectModel.php:1510
/classes/ObjectModel.php:1542<br>/classes/ObjectModel.php:1473<br>/classes/controller/FrontController.php:532<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM cpf_link_block lb
INNER JOIN cpf_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 41 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
305
ms
|
6 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:281<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `cpf_product` p LEFT JOIN `cpf_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN cpf_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 14 AND pa.`id_product` = 14 AND pa.`id_product_attribute` = 26 LIMIT 1 |
304
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cpf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16
ORDER BY `position` |
304
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 4020101 AND name = '_elementor_page_settings' LIMIT 1 |
302
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1058<br>/modules/creativeelements/core/document-types/content.php:117<br>/modules/creativeelements/core/documents-manager.php:226<br>/modules/creativeelements/core/documents-manager.php:273<br>/modules/creativeelements/includes/frontend.php:773<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
301
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `cpf_cart_rule` cr
LEFT JOIN `cpf_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
298
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module` WHERE `name` = "psgdpr" LIMIT 1 |
298
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/creativeelements/includes/widgets/contact-form.php:1246<br>/modules/creativeelements/includes/widgets/contact-form.php:1237<br>/modules/creativeelements/includes/managers/widgets.php:122<br>/modules/creativeelements/includes/managers/widgets.php:219<br>/modules/creativeelements/includes/elements/column.php:1112<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/includes/base/element-base.php:925<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `cpf_product` p LEFT JOIN `cpf_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN cpf_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 17 AND pa.`id_product` = 17 AND pa.`id_product_attribute` = 32 LIMIT 1 |
297
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
296
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
295
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 17) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
293
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 7040101 AND name = '_elementor_page_settings' LIMIT 1 |
292
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1058<br>/modules/creativeelements/core/document-types/post.php:244<br>/modules/creativeelements/core/documents-manager.php:226<br>/modules/creativeelements/core/documents-manager.php:273<br>/modules/creativeelements/modules/page-templates/module.php:71<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:575<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module` WHERE `name` = "pkcompare" LIMIT 1 |
290
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/pkelements/classes/WidgetPkcompare.php:73<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `cpf_product_attribute_image` pai
LEFT JOIN `cpf_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `cpf_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (29, 30) AND il.`id_lang` = 1 ORDER by i.`position` |
290
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 16
AND `id_shop` = 1 LIMIT 1 |
288
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cpf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11
ORDER BY `position` |
288
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cpf_stock_available`
WHERE (id_product = 18) AND (id_product_attribute = 34) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
287
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
287
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM cpf_link_block lb
INNER JOIN cpf_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 41 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
286
ms
|
6 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:281<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM cpf_link_block lb
INNER JOIN cpf_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 41 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
284
ms
|
6 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:281<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_css' LIMIT 1 |
284
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118<br>/modules/creativeelements/core/files/base.php:223<br>/modules/creativeelements/core/files/base.php:134<br>/modules/creativeelements/core/files/css/base.php:212<br>/modules/creativeelements/core/files/css/post.php:206<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
284
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
283
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
282
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 24 LIMIT 1 |
280
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
279
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
279
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
278
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
273
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
273
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 203010000 AND name = '_elementor_version' LIMIT 1 |
272
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cpf_product` p
INNER JOIN `cpf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cpf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14) |
272
ms
|
2 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 18
AND `id_shop` = 1 LIMIT 1 |
271
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
271
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
268
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_attribute` a
LEFT JOIN `cpf_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 26) LIMIT 1 |
267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 11
AND image_shop.`cover` = 1 LIMIT 1 |
267
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 14
AND `id_shop` = 1 LIMIT 1 |
267
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
265
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
265
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cpf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 73
ORDER BY `position` |
263
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cpf_product` p
INNER JOIN `cpf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cpf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12) |
263
ms
|
2 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
261
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `cpf_product_attribute_image` pai
LEFT JOIN `cpf_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `cpf_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (25, 26) AND il.`id_lang` = 1 ORDER by i.`position` |
260
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cpf_product` p
INNER JOIN `cpf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cpf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 73) |
260
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
258
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM cpf_link_block lb
INNER JOIN cpf_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 41 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
258
ms
|
6 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:281<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cpf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12
ORDER BY `position` |
258
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms` a
LEFT JOIN `cpf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 6) LIMIT 1 |
258
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 13
AND `id_shop` = 1 LIMIT 1 |
257
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
257
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_category` a
LEFT JOIN `cpf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cpf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/modules/pk_menu/pk_menu.php:1228<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
256
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cpf_product` p
INNER JOIN `cpf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cpf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11) |
255
ms
|
2 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `cpf_product_attribute_image` pai
LEFT JOIN `cpf_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `cpf_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (21, 22) AND il.`id_lang` = 1 ORDER by i.`position` |
255
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 9
AND `id_shop` = 1 LIMIT 1 |
254
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
252
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 18 |
251
ms
|
2 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms` a
LEFT JOIN `cpf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1 |
251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_lang` a
LEFT JOIN `cpf_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
250
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:222<br>/index.php:27
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
250
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_lang`
WHERE `id_product` = 17 AND `id_shop` = 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
246
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_link_block` a
LEFT JOIN `cpf_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 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
243
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 9 LIMIT 1 |
242
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 4020101 AND name = '_elementor_edit_mode' LIMIT 1 |
242
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
241
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 161010000 AND name = '_elementor_css' LIMIT 1 |
241
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118<br>/modules/creativeelements/core/files/base.php:223<br>/modules/creativeelements/core/files/base.php:134<br>/modules/creativeelements/core/files/css/base.php:212<br>/modules/creativeelements/core/files/css/post.php:206<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
238
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `cpf_product_attribute_image` pai
LEFT JOIN `cpf_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `cpf_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (23, 24) AND il.`id_lang` = 1 ORDER by i.`position` |
237
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 73
AND image_shop.`cover` = 1 LIMIT 1 |
233
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 12
AND `id_shop` = 1 LIMIT 1 |
232
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
229
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module` WHERE `name` = "gdprpro" LIMIT 1 |
228
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/creativeelements/includes/widgets/contact-form.php:1252<br>/modules/creativeelements/includes/widgets/contact-form.php:1237<br>/modules/creativeelements/includes/managers/widgets.php:122<br>/modules/creativeelements/includes/managers/widgets.php:219<br>/modules/creativeelements/includes/elements/column.php:1112<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/includes/base/element-base.php:925<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `cpf_product` p LEFT JOIN `cpf_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN cpf_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11 AND pa.`id_product` = 11 AND pa.`id_product_attribute` = 20 LIMIT 1 |
227
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14
AND image_shop.`cover` = 1 LIMIT 1 |
227
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `cpf_product` p LEFT JOIN `cpf_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN cpf_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 16 AND pa.`id_product` = 16 AND pa.`id_product_attribute` = 30 LIMIT 1 |
227
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "authentication"
OR m.page = "authentication"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
227
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_attribute` a
LEFT JOIN `cpf_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 30) LIMIT 1 |
225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 9 AND mr.`active` = 1 |
224
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1062
/modules/pk_menu/pk_menu.php:1165<br>/modules/pk_menu/pk_menu.php:1266<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
223
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
221
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 12) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
221
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
221
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_link_block` a
LEFT JOIN `cpf_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 |
219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `cpf_product_attribute_image` pai
LEFT JOIN `cpf_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `cpf_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (19, 20) AND il.`id_lang` = 1 ORDER by i.`position` |
217
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 12) AND (id_product_attribute = 22) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
217
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
214
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
214
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
213
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cpf_group`
WHERE `id_group` = 1 LIMIT 1 |
213
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3963<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
213
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
212
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
211
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms` a
LEFT JOIN `cpf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1 |
210
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `cpf_product` p LEFT JOIN `cpf_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN cpf_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 13 AND pa.`id_product` = 13 AND pa.`id_product_attribute` = 24 LIMIT 1 |
209
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "authentication"
OR m.page = "authentication"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
208
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:557<br>/config/config.inc.php:182<br>/index.php:27
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12
AND image_shop.`cover` = 1 LIMIT 1 |
208
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
208
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module` WHERE `name` = "creativeelements" LIMIT 1 |
207
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:225<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 9) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
206
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM cpf_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
206
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198<br>/classes/Tools.php:333<br>/classes/Link.php:66<br>/config/config.inc.php:284<br>/index.php:27
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 7040101 AND name = '_wp_page_template' LIMIT 1 |
205
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:971<br>/modules/creativeelements/modules/page-templates/module.php:74<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:575<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
204
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 13
AND image_shop.`cover` = 1 LIMIT 1 |
204
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_attribute` a
LEFT JOIN `cpf_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 20) LIMIT 1 |
203
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_lang`
WHERE `id_product` = 15 AND `id_shop` = 1 |
203
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
202
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
202
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
202
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
199
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "manufacturer"
OR m.page = "manufacturer"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
198
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/pk_menu/pk_menu.php:1347<br>/modules/pk_menu/pk_menu.php:1252<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
197
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
197
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
196
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
195
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
195
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
195
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_ce_template` a
WHERE (a.`id_ce_template` = 191) LIMIT 1 |
194
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/creativeelements/creativeelements.php:753<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
194
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
193
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
192
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
192
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
191
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
190
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 9 |
190
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
189
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_attribute` a
LEFT JOIN `cpf_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 22) LIMIT 1 |
189
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
187
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `cpf_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
186
ms
|
1 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
186
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 22 LIMIT 1 |
186
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product_attribute` a
LEFT JOIN `cpf_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 24) LIMIT 1 |
186
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
186
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
185
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 6 AND mr.`active` = 1 |
185
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1062
/modules/pk_menu/pk_menu.php:1165<br>/modules/pk_menu/pk_menu.php:1266<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
184
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
180
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 26 LIMIT 1 |
180
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "authentication"
OR m.page = "authentication"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
179
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
179
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "authentication"
OR m.page = "authentication"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
179
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 27) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
178
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms` a
LEFT JOIN `cpf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 7) LIMIT 1 |
178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
178
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 14) AND (id_product_attribute = 25) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
177
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/c4/2b/ee/c42beee27256781881647ba6901b034cfbee824f_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/93/7a/32/937a322ab3e6b68f4b383335a4e75a6bfe857040_2.module.pkelementsviewstemplatesp.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureLabels.php:447<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 14) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
176
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
174
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
174
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `cpf_country`
WHERE `id_country` = 6 LIMIT 1 |
174
ms
|
1 |
|
|
/classes/Country.php:274
/src/Core/Addon/Module/ModuleManagerBuilder.php:260<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:181<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:92<br>/classes/Link.php:997<br>/src/Adapter/Image/ImageRetriever.php:289<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
172
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
171
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 10) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
171
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1 |
169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms` a
LEFT JOIN `cpf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) LIMIT 1 |
168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
167
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
167
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
167
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms_lang`
WHERE `id_cms` = 7 AND `id_shop` = 1 |
166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 10 LIMIT 1 |
164
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 7040101 AND name = '_wp_page_template' LIMIT 1 |
164
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/settings/page/manager.php:223<br>/modules/creativeelements/core/settings/base/manager.php:390<br>/modules/creativeelements/core/settings/base/manager.php:118<br>/modules/creativeelements/core/settings/page/manager.php:80<br>/modules/creativeelements/core/settings/manager.php:173<br>/modules/creativeelements/includes/frontend.php:948<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/core/base/app.php:36<br>/modules/creativeelements/includes/frontend.php:469<br>/modules/creativeelements/includes/frontend.php:546<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:177<br>/modules/creativeelements/classes/assets/CEAssetManager.php:167<br>/modules/creativeelements/classes/assets/CEAssetManager.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 73) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 203010000 AND name = '_elementor_css' LIMIT 1 |
163
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118<br>/modules/creativeelements/core/files/base.php:223<br>/modules/creativeelements/core/files/base.php:134<br>/modules/creativeelements/core/files/css/base.php:212<br>/modules/creativeelements/core/files/css/post.php:206<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
162
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cpf_stock_available`
WHERE (id_product = 14) AND (id_product_attribute = 26) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
162
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
161
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 14 LIMIT 1 |
161
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
160
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 14 |
160
ms
|
2 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_category_lang`
WHERE `id_category` = 7 AND `id_shop` = 1 |
160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/modules/ps_facetedsearch/src/Product/Search.php:364<br>/modules/ps_facetedsearch/src/Product/Search.php:130<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:173<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 13) AND (id_product_attribute = 24) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 11) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
159
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "authentication"
OR m.page = "authentication"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
158
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 30) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 20 LIMIT 1 |
158
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 12 LIMIT 1 |
157
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_country` a
LEFT JOIN `cpf_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_link_block` a
LEFT JOIN `cpf_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 3) LIMIT 1 |
156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 14) AND (id_product_attribute = 26) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
154
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 17 |
154
ms
|
2 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
154
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/listing/CategoryController.php:267<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
154
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
153
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_link_block_lang`
WHERE `id_link_block` = 2 |
151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module_shop` WHERE `id_module` = 89 AND `id_shop` = 1 LIMIT 1 |
151
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/ImageManager.php:68<br>/src/Adapter/Image/ImageRetriever.php:187<br>/src/Adapter/Image/ImageRetriever.php:93<br>:undefined<br>/src/Adapter/Image/ImageRetriever.php:87<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
151
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1 |
151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_hook` a
WHERE (a.`id_hook` = 41) LIMIT 1 |
150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
149
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms_lang`
WHERE `id_cms` = 6 AND `id_shop` = 1 |
148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
148
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
147
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 10 AND id_shop=1 LIMIT 1 |
146
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 9 AND id_shop=1 LIMIT 1 |
146
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cpf_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 28) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 13 |
142
ms
|
2 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
140
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
140
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cpf_stock_available`
WHERE (id_product = 11) AND (id_product_attribute = 20) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
138
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 13 AND id_shop=1 LIMIT 1 |
136
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 17) AND (id_product_attribute = 32) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 11) AND (id_product_attribute = 20) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 17 AND id_shop=1 LIMIT 1 |
131
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 11 |
131
ms
|
2 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cpf_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 30) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
129
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_link_block_lang`
WHERE `id_link_block` = 3 |
129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 73 |
128
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
127
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
127
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
127
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 73 LIMIT 1 |
127
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 11 LIMIT 1 |
126
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 11 AND id_shop=1 LIMIT 1 |
126
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM cpf_category_group ctg
WHERE ctg.`id_category` = 8 AND ctg.`id_group` = 1 LIMIT 1 |
125
ms
|
1 |
|
|
/classes/Category.php:1730
/modules/pk_menu/pk_menu.php:1229<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
123
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 17 AND `id_group` = 1 LIMIT 1 |
122
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 18 AND `id_group` = 1 LIMIT 1 |
122
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 6 AND mr.`active` = 1 |
121
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1062
/modules/pk_menu/pk_menu.php:1165<br>/modules/pk_menu/pk_menu.php:1266<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 9 AND mr.`active` = 1 |
121
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1062
/modules/pk_menu/pk_menu.php:1165<br>/modules/pk_menu/pk_menu.php:1266<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 14 AND id_shop=1 LIMIT 1 |
120
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cpf_stock_available`
WHERE (id_product = 13) AND (id_product_attribute = 24) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook` FROM cpf_link_block |
120
ms
|
3 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:468
/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cpf_stock_available`
WHERE (id_product = 12) AND (id_product_attribute = 22) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
119
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 12 |
118
ms
|
2 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
117
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module_shop` WHERE `id_module` = 65 AND `id_shop` = 1 LIMIT 1 |
116
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:225<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
113
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
112
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
112
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
111
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 12 AND id_shop=1 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
109
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
109
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 73 AND id_shop=1 LIMIT 1 |
108
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
108
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
108
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
107
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
107
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 7 AND mr.`active` = 1 |
107
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1062
/modules/pk_menu/pk_menu.php:1165<br>/modules/pk_menu/pk_menu.php:1266<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
107
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 13 AND `id_group` = 1 LIMIT 1 |
106
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `cpf_country`
WHERE `id_country` = 6 LIMIT 1 |
106
ms
|
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
105
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
104
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 7 AND mr.`active` = 1 |
104
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1062
/modules/pk_menu/pk_menu.php:1165<br>/modules/pk_menu/pk_menu.php:1266<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
103
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
103
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
102
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 11 AND `id_group` = 1 LIMIT 1 |
100
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
97
ms
|
0 |
|
|
/classes/module/Module.php:2328
/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/listing/CategoryController.php:267<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 9 AND `id_group` = 1 LIMIT 1 |
97
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 12 AND `id_group` = 1 LIMIT 1 |
95
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 14 AND `id_group` = 1 LIMIT 1 |
94
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 73 AND `id_group` = 1 LIMIT 1 |
94
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|