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) LEFT JOIN cpf_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (12, 11, 10, 21))) AND 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 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 |
209751
ms
|
625 |
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 `id_hook`, `name` FROM `cpf_hook` |
39039
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 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) LEFT JOIN cpf_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (12, 11, 10, 21))) AND 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 LEFT JOIN cpf_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (12, 11, 10, 21))) GROUP BY p.id_manufacturer |
30819
ms
|
625 |
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 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 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 |
28542
ms
|
326 |
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 value FROM `cpf_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
25626
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 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` |
25359
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 *
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 |
22639
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 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 |
21781
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 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 |
21461
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 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 |
21380
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 *
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 |
20384
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 lower(name) as name
FROM `cpf_hook` h
WHERE (h.active = 1) |
20308
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 format
FROM `cpf_address_format`
WHERE `id_country` = 6 LIMIT 1 |
18841
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 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 |
18223
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 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 |
18037
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_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 |
17802
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 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 |
17762
ms
|
18 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:402<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 data FROM cpf_layered_filter_block WHERE hash="e5d16d94e6fffb75eb7ebd813e91b1e6" LIMIT 1 |
17096
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 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 |
15063
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 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 |
13642
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 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 |
13231
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 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 |
12761
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_tax_lang`
WHERE `id_tax` = 1 |
12472
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 `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 |
12376
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 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 |
12021
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 *
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 |
11452
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 *
FROM `cpf_group_lang`
WHERE `id_group` = 1 |
10804
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 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` |
10715
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 = "authentication"
OR m.page = "authentication"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
10628
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 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 |
10486
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
10200
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_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 |
10082
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 `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
9982
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_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 |
9339
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 `name`, `alias` FROM `cpf_hook_alias` |
9060
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 * FROM cpf_revslider_sliders |
8879
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 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 (761) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
8378
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 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 (56) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
8167
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
7985
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
|
REPLACE INTO cpf_layered_filter_block (hash, data) VALUES ("e5d16d94e6fffb75eb7ebd813e91b1e6", "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:18:{i:9;a:4:{s:3:\"nbr\";s:2:\"17\";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:\"2\";s:4:\"name\";s:9:\"Alicorada\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12;a:5:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:8:\"Almizcle\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:4;a:4:{s:3:\"nbr\";s:2:\"26\";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:\"8\";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:\"6\";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:2:\"10\";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:\"5\";s:4:\"name\";s:6:\"Chipre\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:11;a:5:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"Cuero\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:2;a:4:{s:3:\"nbr\";s:1:\"7\";s:4:\"name\";s:8:\"Cítrica\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:22;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"Dulce\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13;a:4:{s:3:\"nbr\";s:1:\"9\";s:4:\"name\";s:9:\"Especiada\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3;a:4:{s:3:\"nbr\";s:2:\"18\";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:\"3\";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:2:\"18\";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:\"8\";s:4:\"name\";s:16:\"Marina/Acuática\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10;a:5:{s:3:\"nbr\";s:2:\"13\";s:4:\"name\";s:8:\"Oriental\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:21;a:5:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:5:\"Verde\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}}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:10:{i:4;a:2:{s:4:\"name\";s:19:\"Etat Libre d\'Orange\";s:3:\"nbr\";s:1:\"5\";}i:8;a:2:{s:4:\"name\";s:14:\"Ramón Monegal\";s:3:\"nbr\";s:1:\"2\";}i:12;a:2:{s:4:\"name\";s:6:\"Gravel\";s:3:\"nbr\";s:1:\"1\";}i:16;a:2:{s:4:\"name\";s:13:\"Rosendo Mateu\";s:3:\"nbr\";s:1:\"5\";}i:65;a:2:{s:4:\"name\";s:15:\"D-Souls Parfums\";s:3:\"nbr\";s:1:\"1\";}i:66;a:2:{s:4:\"name\";s:8:\"By Corel\";s:3:\"nbr\";s:1:\"1\";}i:67;a:2:{s:4:\"name\";s:17:\"Lorenzo Pazzaglia\";s:3:\"nbr\";s:1:\"2\";}i:74;a:2:{s:4:\"name\";s:10:\"Blndrgrphy\";s:3:\"nbr\";s:1:\"3\";}i:75;a:2:{s:4:\"name\";s:13:\"Daniel Josier\";s:3:\"nbr\";s:1:\"4\";}i:76;a:2:{s:4:\"name\";s:8:\"El Nicho\";s:3:\"nbr\";s:1:\"1\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}") |
7416
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 213
AND `id_shop` = 1 LIMIT 1 |
7171
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 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 |
6806
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 1 FROM `cpf_specific_price` WHERE id_product = 0 LIMIT 1 |
6140
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
6017
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 c.id_currency
FROM `cpf_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
5874
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 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` = 744
AND image_shop.`cover` = 1 LIMIT 1 |
5802
ms
|
3 |
|
|
/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 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 |
5798
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 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; |
5689
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_currency` c ORDER BY `iso_code` ASC |
5601
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_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
5576
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_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` = 66) LIMIT 1 |
5228
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 *
FROM `cpf_ce_template` a
WHERE (a.`id_ce_template` = 203) LIMIT 1 |
5186
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 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` = 743
ORDER BY `position` |
5129
ms
|
3 |
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 ctg.`id_group`
FROM cpf_category_group ctg
WHERE ctg.`id_category` = 7 AND ctg.`id_group` = 1 LIMIT 1 |
4875
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 `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 9 |
4700
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 *
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` = 846) AND (b.`id_shop` = 1) LIMIT 1 |
4681
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 *
FROM `cpf_state` a
WHERE (a.`id_state` = 389) LIMIT 1 |
4624
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 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 (846) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
4566
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 1 FROM `cpf_specific_price` WHERE id_product = 616 LIMIT 1 |
4452
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_ce_template` a
WHERE (a.`id_ce_template` = 191) LIMIT 1 |
4424
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 `iso_code`
FROM `cpf_country`
WHERE `id_country` = 6 LIMIT 1 |
4399
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_data' LIMIT 1 |
4392
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_country_lang`
WHERE `id_country` = 6 |
4220
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_required_field, object_name, field_name
FROM cpf_required_field |
4038
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
4028
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 54
AND `id_shop` = 1 LIMIT 1 |
4021
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_hook_module_exceptions`
WHERE `id_shop` IN (1) |
3842
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 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 |
3824
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 (623) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
3805
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 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 |
3708
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_hook` FROM cpf_link_block |
3669
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 *
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 |
3639
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 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`) |
3537
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 `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 623 AND id_shop=1 LIMIT 1 |
2956
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 (21,22)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
2951
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 9 AND `id_group` = 1 LIMIT 1 |
2713
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 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` |
2680
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 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 (743) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2571
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_group`
WHERE `id_group` = 1 LIMIT 1 |
2483
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 *
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` = 8) LIMIT 1 |
2414
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 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 (616) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2236
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 *
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 |
2000
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 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` = 623) |
1741
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 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 (745) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1735
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 = 846
LIMIT 1 |
1514
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.`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; |
1509
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 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 = 616
LIMIT 1 |
1491
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 value FROM cpf_ce_meta WHERE id = 7040101 AND name = '_elementor_edit_mode' LIMIT 1 |
1467
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 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 |
1434
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 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 = 744
LIMIT 1 |
1409
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.`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; |
1384
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 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 = 743
LIMIT 1 |
1328
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 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 |
1292
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 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; |
1281
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 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 |
1248
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 *
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 |
1237
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 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 (765) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1216
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
1210
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 = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
1164
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 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 (764) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1153
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 = 212
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 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 |
1091
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 *
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 |
1087
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 73
AND `id_shop` = 1 LIMIT 1 |
1061
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_data' LIMIT 1 |
1026
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 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; |
1018
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 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 |
1016
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 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 = 759
LIMIT 1 |
1015
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 616
AND `id_shop` = 1 LIMIT 1 |
998
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 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` |
996
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 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 |
983
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 `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 9 AND id_shop=1 LIMIT 1 |
977
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 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 (213) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
958
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 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 (54) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
954
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 *
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` = 743) AND (b.`id_shop` = 1) LIMIT 1 |
946
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 623
AND `id_shop` = 1 LIMIT 1 |
937
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 |
932
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_edit_mode' LIMIT 1 |
918
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 *
FROM `cpf_currency_lang`
WHERE `id_currency` = 1 |
886
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:704<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_cms_lang`
WHERE `id_cms` = 8 AND `id_shop` = 1 |
879
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` = 16
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
874
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 56
AND `id_shop` = 1 LIMIT 1 |
873
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_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 |
865
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"; |
841
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 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 = 217
LIMIT 1 |
814
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 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 = 54
LIMIT 1 |
796
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` 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 |
769
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.`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 (212) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
765
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 13
AND `id_shop` = 1 LIMIT 1 |
763
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 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 = 214
LIMIT 1 |
757
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 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 = 761
LIMIT 1 |
748
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
731
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 = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
725
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 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 (634) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
724
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 = 634
LIMIT 1 |
723
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 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 |
720
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 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 |
703
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_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 |
701
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 = 623
LIMIT 1 |
696
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 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 = 213
LIMIT 1 |
696
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_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
687
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.`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 (759) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
682
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 = 216
LIMIT 1 |
674
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.`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 (621) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
669
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 value FROM cpf_ce_meta WHERE id = 161010000 AND name = '_elementor_css' LIMIT 1 |
660
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 *
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 |
658
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.`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 (216) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
647
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 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 (762) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
647
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 value FROM cpf_ce_meta WHERE id = 7040101 AND name = '_elementor_edit_mode' LIMIT 1 |
646
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 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 |
644
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 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 = 765
LIMIT 1 |
642
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
642
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_edit_mode' LIMIT 1 |
632
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 l.*, ls.`id_shop`
FROM `cpf_lang` l
LEFT JOIN `cpf_lang_shop` ls ON (l.id_lang = ls.id_lang) |
631
ms
|
1 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<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 (217) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
630
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 = 764
LIMIT 1 |
625
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 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` = 846
ORDER BY `position` |
621
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_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 |
615
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 = 12) AND (id_product_attribute = 21) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
612
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 `name`
FROM `cpf_hook`
WHERE `id_hook` = 41 LIMIT 1 |
595
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 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 = 56
LIMIT 1 |
595
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 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 |
590
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 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 = 621
LIMIT 1 |
590
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 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 |
586
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 761
AND `id_shop` = 1 LIMIT 1 |
584
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 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 |
576
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 (214) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
568
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 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` = 745 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` = 745 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
562
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` = 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 |
561
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 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 = 745
LIMIT 1 |
557
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 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 |
544
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 *
FROM `cpf_product_lang`
WHERE `id_product` = 16 AND `id_shop` = 1 |
537
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 *
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 |
533
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
532
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 = 191010000 AND name = '_elementor_data' LIMIT 1 |
525
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 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 |
523
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 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 = 762
LIMIT 1 |
522
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` 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` = 745) 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/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 value FROM cpf_ce_meta WHERE id = 161010000 AND name = '_elementor_data' LIMIT 1 |
515
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 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) |
512
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 value FROM cpf_ce_meta WHERE id = 203010000 AND name = '_elementor_data' LIMIT 1 |
510
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
508
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_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` = 759) AND (b.`id_shop` = 1) LIMIT 1 |
505
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 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` = 216 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` = 216 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 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` = 217 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` = 217 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
504
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` = 744 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` = 744 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
503
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.`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` = 745
ORDER BY `position` |
500
ms
|
3 |
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` = 764 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` = 764 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
495
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 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` |
495
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 *
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` = 744) AND (b.`id_shop` = 1) LIMIT 1 |
488
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 (21, 22) AND il.`id_lang` = 1 ORDER by i.`position` |
487
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 *
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` = 216) AND (b.`id_shop` = 1) LIMIT 1 |
486
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 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` = 623 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` = 623 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
486
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 = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
484
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_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 |
484
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 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` = 761 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` = 761 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
481
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_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` = 214) AND (b.`id_shop` = 1) LIMIT 1 |
479
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 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 = 764
ORDER BY f.position ASC |
476
ms
|
9 |
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_ce_template` a
WHERE (a.`id_ce_template` = 161) LIMIT 1 |
472
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 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` = 214 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` = 214 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
466
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` = 212 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` = 212 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
462
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_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 |
461
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 value FROM cpf_ce_meta WHERE id = 4020101 AND name = '_elementor_edit_mode' LIMIT 1 |
461
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 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 = 759
ORDER BY f.position ASC |
458
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 |
458
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 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 = 761
ORDER BY f.position ASC |
457
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` = 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 |
457
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 = 216
ORDER BY f.position ASC |
455
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` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 634 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` = 634 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
455
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_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 |
454
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 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 |
452
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_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` = 212) AND (b.`id_shop` = 1) LIMIT 1 |
452
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 *
FROM `cpf_product_lang`
WHERE `id_product` = 12 AND `id_shop` = 1 |
450
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 *
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 |
450
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 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 = 745
ORDER BY f.position ASC |
449
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` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 621 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` = 621 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
448
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` = 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 |
446
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 = 13
ORDER BY f.position ASC |
443
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 `id_module` FROM `cpf_module` WHERE `name` = "ps_linklist" LIMIT 1 |
441
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
439
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_manufacturer`
WHERE `id_manufacturer` = 75
AND `active` = 1 LIMIT 1 |
438
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 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 = 744
ORDER BY f.position ASC |
437
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_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` = 621) AND (b.`id_shop` = 1) LIMIT 1 |
437
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 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 = 743
ORDER BY f.position ASC |
436
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` = 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 |
436
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` = 762 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` = 762 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
435
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 = 214
ORDER BY f.position ASC |
434
ms
|
9 |
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` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 54 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` = 54 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
434
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 = 191010000 AND name = '_elementor_version' LIMIT 1 |
432
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_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 |
432
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 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` = 743 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` = 743 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
429
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 = 203010000 AND name = '_elementor_css' LIMIT 1 |
427
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 *
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` = 217) AND (b.`id_shop` = 1) LIMIT 1 |
426
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 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` = 759 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` = 759 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
426
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` = 765 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` = 765 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
424
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 = 73
ORDER BY f.position ASC |
420
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_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` = 634) AND (b.`id_shop` = 1) 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/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 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` = 213 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` = 213 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: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 |
419
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 value FROM cpf_ce_meta WHERE id = 7040101 AND name = '_wp_page_template' LIMIT 1 |
414
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 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` = 846 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` = 846 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: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 = 621
ORDER BY f.position ASC |
411
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 = 213
ORDER BY f.position ASC |
409
ms
|
9 |
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` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 616 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` = 616 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
407
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_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
407
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 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 = 765
ORDER BY f.position ASC |
407
ms
|
9 |
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 743
AND `id_shop` = 1 LIMIT 1 |
405
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 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 |
404
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 = 212
ORDER BY f.position ASC |
400
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
399
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 = 217
ORDER BY f.position ASC |
399
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 `name`
FROM `cpf_manufacturer`
WHERE `id_manufacturer` = 12
AND `active` = 1 LIMIT 1 |
398
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_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` = 623) AND (b.`id_shop` = 1) LIMIT 1 |
398
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 *
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` = 762) AND (b.`id_shop` = 1) LIMIT 1 |
397
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 domain, domain_ssl
FROM cpf_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
397
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 *
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` = 764) AND (b.`id_shop` = 1) LIMIT 1 |
397
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 *
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` = 213) AND (b.`id_shop` = 1) LIMIT 1 |
396
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 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` |
394
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 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 = 616
ORDER BY f.position ASC |
390
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_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` = 761) AND (b.`id_shop` = 1) LIMIT 1 |
385
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 id_ce_revision FROM cpf_ce_revision WHERE parent = 7040101 AND active = 0 AND id_employee = 0 LIMIT 1 |
385
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 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` = 56 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` = 56 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
384
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 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` = 744) |
383
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` = 56) AND (b.`id_shop` = 1) LIMIT 1 |
378
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 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` = 762
ORDER BY `position` |
377
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 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` = 744
ORDER BY `position` |
375
ms
|
3 |
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` 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` = 616) AND (b.`id_shop` = 1) LIMIT 1 |
374
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 *
FROM `cpf_link_block_lang`
WHERE `id_link_block` = 1 |
374
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 `need_identification_number`
FROM `cpf_country`
WHERE `id_country` = 6 LIMIT 1 |
369
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 *
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` = 67) LIMIT 1 |
367
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 mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 1 AND mr.`active` = 1 |
365
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 *
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` = 765) AND (b.`id_shop` = 1) LIMIT 1 |
363
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 value FROM cpf_ce_meta WHERE id = 161010000 AND name = '_elementor_version' LIMIT 1 |
362
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 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` = 214
ORDER BY `position` |
360
ms
|
3 |
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`
FROM `cpf_manufacturer`
WHERE `id_manufacturer` = 67
AND `active` = 1 LIMIT 1 |
360
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 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 |
358
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 psgdpr.active FROM `cpf_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 2 LIMIT 1 |
358
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 value FROM cpf_ce_meta WHERE id = 161010000 AND name = '_elementor_page_settings' LIMIT 1 |
355
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
354
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 = 634
ORDER BY f.position ASC |
354
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 9
AND `id_shop` = 1 LIMIT 1 |
354
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_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) |
353
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 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` = 761
ORDER BY `position` |
352
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 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` |
352
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` = 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 |
351
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 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` = 616) |
351
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 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 = 623
ORDER BY f.position ASC |
350
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 ctg.`id_group`
FROM cpf_category_group ctg
WHERE ctg.`id_category` = 6 AND ctg.`id_group` = 1 LIMIT 1 |
350
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_css' LIMIT 1 |
349
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 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` = 761
AND image_shop.`cover` = 1 LIMIT 1 |
349
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 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 |
348
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 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` = 216
ORDER BY `position` |
346
ms
|
3 |
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, 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 |
345
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` = 54) 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>/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 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 |
340
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_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 |
339
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.`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` = 621
ORDER BY `position` |
339
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_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
339
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 = 4020101 AND name = '_elementor_css' LIMIT 1 |
338
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 745
AND `id_shop` = 1 LIMIT 1 |
336
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 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 = 54
ORDER BY f.position ASC |
334
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 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 = 762
ORDER BY f.position ASC |
332
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 = 56
ORDER BY f.position ASC |
331
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 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 |
327
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 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 |
326
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 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 = 846
ORDER BY f.position ASC |
326
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 *
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 |
325
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 |
324
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` = "pk_menu" LIMIT 1 |
320
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 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` |
318
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_version' LIMIT 1 |
318
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 `id_module` FROM `cpf_module` WHERE `name` = "psgdpr" LIMIT 1 |
313
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 *
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` = 75) LIMIT 1 |
312
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 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` = 623
ORDER BY `position` |
312
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`
FROM `cpf_manufacturer`
WHERE `id_manufacturer` = 8
AND `active` = 1 LIMIT 1 |
311
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 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 |
310
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 * 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_%") |
310
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 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 |
310
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
309
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 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` = 217
ORDER BY `position` |
308
ms
|
3 |
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 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` = 217
AND image_shop.`cover` = 1 LIMIT 1 |
307
ms
|
3 |
|
|
/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` = 765
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 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` = 759
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 *
FROM `cpf_category_lang`
WHERE `id_category` = 7 AND `id_shop` = 1 |
304
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 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` |
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 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` = 759) |
303
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 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) |
302
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_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 |
299
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 = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
299
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"; |
298
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-header"; |
295
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_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` = 216) |
295
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 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) |
294
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-header"; |
294
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` = 13
AND image_shop.`cover` = 1 LIMIT 1 |
293
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_image_type` |
292
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 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` = 634
ORDER BY `position` |
291
ms
|
2 |
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` = 2) LIMIT 1 |
290
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 |
289
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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
289
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.`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` = 764
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
286
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_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 |
285
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 = 743) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
281
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 |
280
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 `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 846 |
280
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 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` = 212
ORDER BY `position` |
278
ms
|
3 |
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` = 13 AND pa.`id_product` = 13 AND pa.`id_product_attribute` = 24 LIMIT 1 |
277
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 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` = 214) |
277
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 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` = 761) |
276
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 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` = 213
ORDER BY `position` |
276
ms
|
3 |
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 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 |
275
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 value FROM cpf_ce_meta WHERE id = 0 AND name = 'elementor_fonts_manager_font_types' LIMIT 1 |
274
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 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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
272
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_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` = 743) |
272
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 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` = 764
AND image_shop.`cover` = 1 LIMIT 1 |
272
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 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 |
270
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 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` = 743
AND image_shop.`cover` = 1 LIMIT 1 |
267
ms
|
3 |
|
|
/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.`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` = 759
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 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` = 217) |
266
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 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` = 54
ORDER BY `position` |
266
ms
|
2 |
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 212
AND `id_shop` = 1 LIMIT 1 |
265
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.`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` = 212
AND image_shop.`cover` = 1 LIMIT 1 |
264
ms
|
3 |
|
|
/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` = 16
ORDER BY `position` |
261
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 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` = 56
ORDER BY `position` |
261
ms
|
2 |
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 = 203010000 AND name = '_elementor_version' LIMIT 1 |
261
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
258
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.`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` = 616
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 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` = 745) |
256
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
255
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_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` = 212) |
253
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
251
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_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` = 16) LIMIT 1 |
250
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 `id_module` FROM `cpf_module` WHERE `name` = "pkfavorites" LIMIT 1 |
250
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 *
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` = 65) LIMIT 1 |
249
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 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` = 56) |
248
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
246
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 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` = 216
AND image_shop.`cover` = 1 LIMIT 1 |
245
ms
|
3 |
|
|
/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 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` = 846) |
243
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 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` = 764) |
243
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 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` = 213) |
240
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 value FROM cpf_ce_meta WHERE id = 161010000 AND name = '_elementor_edit_mode' LIMIT 1 |
240
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 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 |
240
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 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` = 765) |
239
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 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` = 745
AND image_shop.`cover` = 1 LIMIT 1 |
238
ms
|
3 |
|
|
/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 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) |
238
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 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` = 634) |
237
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
237
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_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` = 54) |
235
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
233
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-header"; |
233
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 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` |
233
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 *
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` = 74) LIMIT 1 |
233
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 *
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 |
232
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"; |
232
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 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` |
232
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 634) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
232
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-header"; |
230
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_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) |
228
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 |
227
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 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` |
226
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` = 623
AND image_shop.`cover` = 1 LIMIT 1 |
226
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.`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` = 616
AND image_shop.`cover` = 1 LIMIT 1 |
226
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.`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` = 634
AND image_shop.`cover` = 1 LIMIT 1 |
226
ms
|
2 |
|
|
/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 |
225
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 `name`
FROM `cpf_manufacturer`
WHERE `id_manufacturer` = 16
AND `active` = 1 LIMIT 1 |
225
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 value FROM cpf_ce_meta WHERE id = 4020101 AND name = '_elementor_page_settings' LIMIT 1 |
225
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 *
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 |
224
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 |
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_edit_mode' LIMIT 1 |
222
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 |
222
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_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` = 762) |
222
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_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
221
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 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 *
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` = 76) LIMIT 1 |
221
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
220
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` = 73
AND image_shop.`cover` = 1 LIMIT 1 |
220
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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
220
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 743 |
220
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_edit_mode' LIMIT 1 |
219
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"; |
219
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 = 7040101 AND name = '_elementor_page_settings' LIMIT 1 |
219
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 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` = 621) |
218
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
218
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-header"; |
218
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_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 |
218
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 |
218
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 = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
215
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_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 |
215
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:704<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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
214
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 `id_module` FROM `cpf_module` WHERE `name` = "creativeelements" LIMIT 1 |
213
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 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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
212
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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
212
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` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
211
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
211
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_module` FROM `cpf_module` WHERE `name` = "pkcompare" LIMIT 1 |
211
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
210
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 = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
210
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.`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` = 846
AND image_shop.`cover` = 1 LIMIT 1 |
209
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_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
209
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 |
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: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 |
208
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 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` |
208
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 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` = 56
AND image_shop.`cover` = 1 LIMIT 1 |
207
ms
|
2 |
|
|
/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_data' LIMIT 1 |
207
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 |
207
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` = 765
AND image_shop.`cover` = 1 LIMIT 1 |
206
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 = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
206
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_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 |
206
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 |
206
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 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` |
205
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 = 161010000 AND name = '_elementor_css' LIMIT 1 |
205
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
205
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` = 214
AND image_shop.`cover` = 1 LIMIT 1 |
203
ms
|
3 |
|
|
/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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
203
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 623) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
203
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 (29, 30) AND il.`id_lang` = 1 ORDER by i.`position` |
202
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 1 FROM `cpf_specific_price` WHERE id_product = 9 LIMIT 1 |
202
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 = 203010000 AND name = '_elementor_edit_mode' LIMIT 1 |
201
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 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` = 762
AND image_shop.`cover` = 1 LIMIT 1 |
201
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 `name`
FROM `cpf_manufacturer`
WHERE `id_manufacturer` = 74
AND `active` = 1 LIMIT 1 |
200
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_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 |
200
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
200
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 1 FROM `cpf_specific_price` WHERE id_product = 12 LIMIT 1 |
200
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_data' LIMIT 1 |
200
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_edit_mode' LIMIT 1 |
199
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 = 191010000 AND name = '_elementor_data' LIMIT 1 |
198
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 = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
198
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_data' LIMIT 1 |
198
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
197
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_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
196
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 `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 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 |
195
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_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 |
195
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 value FROM cpf_ce_meta WHERE id = 7040101 AND name = '_elementor_page_settings' LIMIT 1 |
195
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 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 |
195
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_data' LIMIT 1 |
194
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 634
AND `id_shop` = 1 LIMIT 1 |
194
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 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 |
194
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 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` = 621
AND image_shop.`cover` = 1 LIMIT 1 |
193
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 |
193
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.`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` = 54
AND image_shop.`cover` = 1 LIMIT 1 |
192
ms
|
2 |
|
|
/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` = 24) LIMIT 1 |
192
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
191
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 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 |
191
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 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 |
191
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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
189
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 |
189
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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
189
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 |
188
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
188
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 = 191010000 AND name = '_elementor_data' LIMIT 1 |
188
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 |
188
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 `name`
FROM `cpf_manufacturer`
WHERE `id_manufacturer` = 65
AND `active` = 1 LIMIT 1 |
187
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 217
AND `id_shop` = 1 LIMIT 1 |
187
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_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 |
186
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 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` = 213
AND image_shop.`cover` = 1 LIMIT 1 |
185
ms
|
3 |
|
|
/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_module` FROM `cpf_module` WHERE `name` = "ps_facetedsearch" LIMIT 1 |
184
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 `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
184
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_version' LIMIT 1 |
183
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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
183
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` = 19) AND (b.`id_shop` = 1) LIMIT 1 |
183
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 = 745) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
182
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_page_settings' LIMIT 1 |
182
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 761) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
182
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_data' LIMIT 1 |
182
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 `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
181
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_data' LIMIT 1 |
181
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_edit_mode' LIMIT 1 |
180
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 217) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
180
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_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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
180
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_edit_mode' LIMIT 1 |
179
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 = 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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
179
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_edit_mode' LIMIT 1 |
179
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_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 |
179
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 |
178
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 = 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 value FROM cpf_ce_meta WHERE id = 203010000 AND name = '_elementor_css' LIMIT 1 |
177
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
176
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 744
AND `id_shop` = 1 LIMIT 1 |
175
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_data' LIMIT 1 |
175
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_edit_mode' LIMIT 1 |
174
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_edit_mode' LIMIT 1 |
174
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 *
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 |
174
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 |
174
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 = 12) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
173
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 |
173
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 |
173
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 = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
173
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 |
172
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_edit_mode' LIMIT 1 |
172
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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
172
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_manufacturer`
WHERE `id_manufacturer` = 66
AND `active` = 1 LIMIT 1 |
172
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
171
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 = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
171
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 = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
170
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 1 FROM `cpf_specific_price` WHERE id_product = 634 LIMIT 1 |
169
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_edit_mode' LIMIT 1 |
169
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 = 13) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
168
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-footer"; |
168
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_css' LIMIT 1 |
167
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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
167
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 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 |
167
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 |
167
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` = 745 |
166
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 12
AND `id_shop` = 1 LIMIT 1 |
166
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_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
165
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 = 4020101 AND name = '_elementor_edit_mode' LIMIT 1 |
165
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 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 |
165
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 759
AND `id_shop` = 1 LIMIT 1 |
164
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 name, alias FROM `cpf_hook_alias` |
164
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 *
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 |
164
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 = 4020101 AND name = '_elementor_data' LIMIT 1 |
164
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
164
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 |
162
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_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 `id_lang` FROM `cpf_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
161
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 *
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 |
161
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 |
161
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_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 `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
161
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_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_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
160
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_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 |
160
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 = 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 1 FROM `cpf_specific_price` WHERE id_product = 759 LIMIT 1 |
159
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 |
159
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 |
159
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_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 |
158
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 759) AND (id_product_attribute = 0) 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: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 |
158
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 621) AND (id_product_attribute = 0) 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: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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 744) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
157
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_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 |
157
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 744 |
157
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 *
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 |
157
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 |
156
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 |
156
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_version' LIMIT 1 |
156
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 = 214) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
156
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_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
155
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 216) AND (id_product_attribute = 0) 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: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 |
154
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 |
154
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_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 |
153
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 = "authentication"
OR m.page = "authentication"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
153
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_version' LIMIT 1 |
152
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_edit_mode' LIMIT 1 |
152
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_manufacturer`
WHERE `id_manufacturer` = 76
AND `active` = 1 LIMIT 1 |
152
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_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 |
151
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_edit_mode' LIMIT 1 |
151
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_edit_mode' LIMIT 1 |
151
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 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 |
151
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 |
151
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 |
150
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_version' LIMIT 1 |
150
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_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` 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 |
149
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 `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
149
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 212) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
149
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 1 FROM `cpf_specific_price` WHERE id_product = 13 LIMIT 1 |
149
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
148
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 value FROM cpf_ce_meta WHERE id = 4020101 AND name = '_elementor_css' LIMIT 1 |
148
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 621
AND `id_shop` = 1 LIMIT 1 |
148
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 1 FROM `cpf_specific_price` WHERE id_product = 744 LIMIT 1 |
148
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 213) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
148
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 |
148
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 |
148
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_lang` FROM `cpf_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
147
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 *
FROM `cpf_product_lang`
WHERE `id_product` = 13 AND `id_shop` = 1 |
147
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-footer"; |
147
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 = 6 AND mr.`active` = 1 |
147
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 765) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
146
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-footer"; |
146
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` 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 |
146
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 `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
146
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 56) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
146
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 `name`
FROM `cpf_manufacturer`
WHERE `id_manufacturer` = 4
AND `active` = 1 LIMIT 1 |
146
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 `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
145
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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
145
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` = 7 AND `id_shop` = 1 |
145
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_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1 |
145
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_edit_mode' LIMIT 1 |
145
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 |
144
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 846) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
144
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 1 FROM `cpf_specific_price` WHERE id_product = 846 LIMIT 1 |
144
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 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 |
144
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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
143
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 |
143
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 cl.`link_rewrite`
FROM `cpf_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 7 LIMIT 1 |
143
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 1 FROM `cpf_specific_price` WHERE id_product = 217 LIMIT 1 |
143
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 16
AND `id_shop` = 1 LIMIT 1 |
142
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 762) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
142
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-home"; |
142
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(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 216
AND `id_shop` = 1 LIMIT 1 |
142
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_version' LIMIT 1 |
142
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 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 |
141
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 mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 8 AND mr.`active` = 1 |
141
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 = 765 LIMIT 1 |
141
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-footer"; |
141
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 1 FROM `cpf_specific_price` WHERE id_product = 761 LIMIT 1 |
141
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 |
141
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_edit_mode' LIMIT 1 |
140
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 764) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
140
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-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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 762
AND `id_shop` = 1 LIMIT 1 |
140
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 |
140
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 = 7040101 AND name = '_wp_page_template' LIMIT 1 |
140
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
140
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 = 54) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
140
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 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 |
139
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 mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 9 AND mr.`active` = 1 |
139
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 12 |
139
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-footer"; |
139
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` = 30 LIMIT 1 |
138
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 214
AND `id_shop` = 1 LIMIT 1 |
138
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 |
138
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 |
138
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 |
138
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_module` FROM `cpf_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
137
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 621 |
137
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-footer"; |
137
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 |
136
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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
136
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_version' LIMIT 1 |
136
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 |
136
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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
136
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 616) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
135
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 765
AND `id_shop` = 1 LIMIT 1 |
135
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
135
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"; |
133
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 |
133
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 1 FROM `cpf_specific_price` WHERE id_product = 743 LIMIT 1 |
132
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 623 |
132
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 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 |
132
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 |
132
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` = 761 |
131
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-footer"; |
131
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(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 846
AND `id_shop` = 1 LIMIT 1 |
131
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 1 FROM `cpf_specific_price` WHERE id_product = 212 LIMIT 1 |
131
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 217 |
130
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 762 |
130
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 616 |
130
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-footer"; |
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 `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 216 |
129
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 623 AND `id_group` = 1 LIMIT 1 |
129
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_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
129
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 1 FROM `cpf_specific_price` WHERE id_product = 73 LIMIT 1 |
129
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-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 `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 13 |
128
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 1 FROM `cpf_specific_price` WHERE id_product = 56 LIMIT 1 |
128
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_link_block_lang`
WHERE `id_link_block` = 2 |
128
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 mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 1 AND mr.`active` = 1 |
128
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 cl.`link_rewrite`
FROM `cpf_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 7 LIMIT 1 |
128
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 `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 634 |
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 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 `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 213 |
127
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 1 FROM `cpf_specific_price` WHERE id_product = 214 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 `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 214 |
127
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 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 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 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 |
126
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` = 73 |
126
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-home"; |
126
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 1 FROM `cpf_specific_price` WHERE id_product = 745 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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
125
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"; |
125
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_shop
FROM `cpf_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
125
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:227<br>/index.php:27
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 216 LIMIT 1 |
125
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-footer"; |
125
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 1 FROM `cpf_specific_price` WHERE id_product = 764 LIMIT 1 |
125
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` = 616 AND id_shop=1 LIMIT 1 |
124
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 1 FROM `cpf_specific_price` WHERE id_product = 623 LIMIT 1 |
124
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 764
AND `id_shop` = 1 LIMIT 1 |
124
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 212 AND `id_group` = 1 LIMIT 1 |
124
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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
124
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"; |
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 *
FROM `cpf_hook` a
WHERE (a.`id_hook` = 41) LIMIT 1 |
123
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 765 |
123
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 1 FROM `cpf_specific_price` WHERE id_product = 16 LIMIT 1 |
123
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_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 |
123
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_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1 |
122
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"; |
122
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 1 FROM `cpf_specific_price` WHERE id_product = 54 LIMIT 1 |
121
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 759 |
121
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
121
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 = 621 LIMIT 1 |
121
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_module` FROM `cpf_module_shop` WHERE `id_module` = 65 AND `id_shop` = 1 LIMIT 1 |
121
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-footer"; |
121
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 212 |
120
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_module` FROM `cpf_module` WHERE `name` = "sjboverrides" LIMIT 1 |
120
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
120
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"; |
120
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 764 |
120
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
120
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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 743 AND id_shop=1 LIMIT 1 |
119
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-footer"; |
119
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 |
118
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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 212 AND id_shop=1 LIMIT 1 |
118
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 1 FROM `cpf_specific_price` WHERE id_product = 213 LIMIT 1 |
118
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-footer"; |
118
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 56 |
118
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 *
FROM `cpf_link_block_lang`
WHERE `id_link_block` = 3 |
118
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 743 AND `id_group` = 1 LIMIT 1 |
118
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_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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 54 |
117
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 16 |
117
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_shop` WHERE `id_module` = 54 AND `id_shop` = 1 LIMIT 1 |
117
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 *
FROM `cpf_cms_lang`
WHERE `id_cms` = 6 AND `id_shop` = 1 |
117
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 73 AND `id_group` = 1 LIMIT 1 |
116
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_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
116
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
116
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_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 |
115
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
115
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 1 FROM `cpf_specific_price` WHERE id_product = 762 LIMIT 1 |
115
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
115
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
114
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
114
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-product-miniature"; |
114
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 |
114
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_shop
FROM `cpf_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
114
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
113
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
113
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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 214 AND id_shop=1 LIMIT 1 |
113
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 = 16) AND (id_product_attribute = 30) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
113
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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 13 AND id_shop=1 LIMIT 1 |
113
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"; |
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
113
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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 761 AND id_shop=1 LIMIT 1 |
112
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"; |
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 759 AND `id_group` = 1 LIMIT 1 |
112
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_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 |
112
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"; |
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-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` = 759 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-product-miniature"; |
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_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 mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 8 AND mr.`active` = 1 |
110
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-home"; |
110
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 |
110
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
110
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"; |
110
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_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 mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 6 AND mr.`active` = 1 |
109
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_module` FROM `cpf_module` WHERE `name` = "contactform" LIMIT 1 |
109
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 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: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 FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
109
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-footer"; |
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` = 621 AND id_shop=1 LIMIT 1 |
109
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-product-miniature"; |
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"; |
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 mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 7 AND mr.`active` = 1 |
108
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_shop
FROM `cpf_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
108
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 mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 7 AND mr.`active` = 1 |
108
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"; |
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-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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 216 AND id_shop=1 LIMIT 1 |
107
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-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 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 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 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-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-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-product-miniature"; |
106
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` = 846 AND id_shop=1 LIMIT 1 |
106
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` = 764 AND id_shop=1 LIMIT 1 |
106
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 mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 9 AND mr.`active` = 1 |
106
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-home"; |
106
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"; |
106
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` = 217 AND id_shop=1 LIMIT 1 |
106
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 psgdpr.active FROM `cpf_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 22 LIMIT 1 |
106
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
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"; |
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"; |
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"; |
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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 744 AND id_shop=1 LIMIT 1 |
105
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` = 213 AND id_shop=1 LIMIT 1 |
104
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-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 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 ctg.`id_group`
FROM cpf_category_group ctg
WHERE ctg.`id_category` = 8 AND ctg.`id_group` = 1 LIMIT 1 |
103
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
103
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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 73 AND id_shop=1 LIMIT 1 |
103
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` = 634 AND id_shop=1 LIMIT 1 |
103
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-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: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` = "ps_emailsubscription" LIMIT 1 |
102
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
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 `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 54 AND id_shop=1 LIMIT 1 |
102
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` = 56 AND id_shop=1 LIMIT 1 |
102
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-product-miniature"; |
101
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"; |
101
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` = 765 AND id_shop=1 LIMIT 1 |
101
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-product-miniature"; |
101
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` = 16 AND id_shop=1 LIMIT 1 |
101
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_module` FROM `cpf_module` WHERE `name` = "gdprpro" LIMIT 1 |
100
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 `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 745 AND id_shop=1 LIMIT 1 |
100
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_hook` FROM cpf_link_block |
100
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
100
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` = 213 AND `id_group` = 1 LIMIT 1 |
98
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_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
98
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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 762 AND id_shop=1 LIMIT 1 |
98
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_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` = 214 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 `id_module` FROM `cpf_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
96
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 634 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 `id_module` FROM `cpf_module_shop` WHERE `id_module` = 89 AND `id_shop` = 1 LIMIT 1 |
95
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 846 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` = 744 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` = 764 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` = 13 AND `id_group` = 1 LIMIT 1 |
93
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 |
93
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` = 216 AND `id_group` = 1 LIMIT 1 |
93
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` = 616 AND `id_group` = 1 LIMIT 1 |
93
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` = 217 AND `id_group` = 1 LIMIT 1 |
92
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` = 765 AND `id_group` = 1 LIMIT 1 |
92
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` = 761 AND `id_group` = 1 LIMIT 1 |
92
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` = 16 AND `id_group` = 1 LIMIT 1 |
92
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` = 56 AND `id_group` = 1 LIMIT 1 |
91
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` = 54 AND `id_group` = 1 LIMIT 1 |
91
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` = 745 AND `id_group` = 1 LIMIT 1 |
90
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` = 621 AND `id_group` = 1 LIMIT 1 |
88
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` = 762 AND `id_group` = 1 LIMIT 1 |
86
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
|