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 |
133583
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 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 = 69
ORDER BY f.position ASC |
82438
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 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` = 69 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` = 69 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
45762
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.`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`) |
44381
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 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 = 63
LIMIT 1 |
42128
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.`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` |
37438
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 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 = 742
LIMIT 1 |
34661
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 = 58
LIMIT 1 |
33429
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 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 = 38
ORDER BY f.position ASC |
29135
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 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` = 68) |
26149
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 58 LIMIT 1 |
25470
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 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 = 69
LIMIT 1 |
24875
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` = 63 AND id_shop=1 LIMIT 1 |
23932
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 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 = 59
LIMIT 1 |
23426
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.`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` = 69
AND image_shop.`cover` = 1 LIMIT 1 |
23102
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` 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` = 69) AND (b.`id_shop` = 1) LIMIT 1 |
22095
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 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` = 69) |
21837
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` = 68) AND (b.`id_shop` = 1) LIMIT 1 |
20198
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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 38 AND id_shop=1 LIMIT 1 |
19846
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_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
19665
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"; |
18957
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 |
18096
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 p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM cpf_product p LEFT JOIN cpf_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN cpf_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN cpf_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN cpf_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN cpf_category_product cp ON (p.id_product = cp.id_product) INNER JOIN cpf_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN cpf_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN cpf_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (6, 74, 11, 76, 12) AND c.nleft>=16 AND c.nright<=17 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 |
17326
ms
|
86436 |
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 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 |
17243
ms
|
54 |
Yes
|
|
/classes/Dispatcher.php:650
/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<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 |
16995
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3895<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `cpf_hook` |
16955
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 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 (69) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
16158
ms
|
1 |
Yes
|
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/perfumeriacuqui/da/af/c0/daafc0231b3cedf650ef8ab09b2c5eff98792258_2.file.product-miniature-addtocart.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_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 |
16086
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 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 = 61
ORDER BY f.position ASC |
15396
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 = 58
ORDER BY f.position ASC |
15354
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 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 |
14013
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 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 = 742
ORDER BY f.position ASC |
13144
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 58 AND `id_group` = 1 LIMIT 1 |
12434
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_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 |
12179
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 64 |
12157
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_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 |
11954
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/override/classes/Manufacturer.php:18<br>/classes/Link.php:662<br>/var/cache/dev/smarty/compile/perfumeriacuqui/a4/c3/10/a4c310ea17615a4da884ad81dd22a8e5f897f7e8_2.file.product-miniature-brand.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/a4/c3/10/a4c310ea17615a4da884ad81dd22a8e5f897f7e8_2.file.product-miniature-brand.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/2d/87/20/2d8720e6980bbb9f00d0408a755861dd61a0cbd9_2.module.pkelementsviewstemplatesp.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureBrand.php:177<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 58 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` = 58 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
11590
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 69 AND id_shop=1 LIMIT 1 |
11485
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_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
11372
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 = 203010000 AND name = '_elementor_css' LIMIT 1 |
11210
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 `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 58 |
11157
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 = 69 LIMIT 1 |
10860
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` = 69 |
10781
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 = 69) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
10761
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 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 = 65
LIMIT 1 |
10759
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 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 |
10643
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 FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
10639
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-header"; |
10590
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 = 61) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
10471
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.`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` = 61
ORDER BY `position` |
10343
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 1 FROM `cpf_specific_price` WHERE id_product = 61 LIMIT 1 |
10180
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 4020101 AND name = '_elementor_css' LIMIT 1 |
10059
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 `id_module` FROM `cpf_module` WHERE `name` = "sjboverrides" LIMIT 1 |
9923
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_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
9503
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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 61 AND id_shop=1 LIMIT 1 |
8746
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 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` |
8732
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 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 = 63
ORDER BY f.position ASC |
8610
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 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` = 59
AND image_shop.`cover` = 1 LIMIT 1 |
8507
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 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` = 69
ORDER BY `position` |
8125
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 1 FROM `cpf_specific_price` WHERE id_product = 59 LIMIT 1 |
7902
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 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` = 58
ORDER BY `position` |
7756
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_data' LIMIT 1 |
7644
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 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 |
7264
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 *
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 |
7135
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 *
FROM `cpf_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
7000
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 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` = 61
AND image_shop.`cover` = 1 LIMIT 1 |
6662
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` 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` = 38) AND (b.`id_shop` = 1) LIMIT 1 |
6479
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 = 18040101 AND name = '_elementor_edit_mode' LIMIT 1 |
6349
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 l.*, ls.`id_shop`
FROM `cpf_lang` l
LEFT JOIN `cpf_lang_shop` ls ON (l.id_lang = ls.id_lang) |
6128
ms
|
1 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE name, alias FROM `cpf_hook_alias` |
6119
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 1 FROM `cpf_specific_price` WHERE id_product = 64 LIMIT 1 |
5890
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 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 (59) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
5804
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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 40 AND id_shop=1 LIMIT 1 |
5656
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
5424
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 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 |
5362
ms
|
70 |
|
|
/classes/module/Module.php:340
/modules/pkcompare/pkcompare.php:54<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_tax_lang`
WHERE `id_tax` = 1 |
5302
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 61 |
4866
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 = 39 LIMIT 1 |
4849
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_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 |
4785
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 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` = 63) |
4669
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` = 39) AND (b.`id_shop` = 1) LIMIT 1 |
4600
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.`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` = 67
AND image_shop.`cover` = 1 LIMIT 1 |
4548
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` = 68
ORDER BY `position` |
4511
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_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
4505
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 = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
4321
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 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 |
4288
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 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 |
4282
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_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 |
4219
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 = 203010000 AND name = '_elementor_edit_mode' LIMIT 1 |
4180
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 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 = 32
LIMIT 1 |
4115
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.`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` = 62
AND image_shop.`cover` = 1 LIMIT 1 |
4064
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 `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 40 |
4025
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 = 63 LIMIT 1 |
4013
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 65 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` = 65 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3915
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 lower(name) as name
FROM `cpf_hook` h
WHERE (h.active = 1) |
3910
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
3909
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 = 68 LIMIT 1 |
3904
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 63 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` = 63 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3657
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` = 18
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
3628
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:919
/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_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 |
3556
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
3163
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 = 0 LIMIT 1 |
3088
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 `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
3042
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 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 |
2940
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 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 |
2901
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
2588
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 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` = 64
ORDER BY `position` |
2461
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_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 |
2450
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 = 4020101 AND name = '_elementor_edit_mode' LIMIT 1 |
2431
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 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 |
2355
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
/modules/ps_facetedsearch/src/Filters/Converter.php:388<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:163<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
2020
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 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 (64) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1963
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.*, 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 |
1819
ms
|
54 |
Yes
|
|
/classes/Manufacturer.php:207
/modules/ps_facetedsearch/src/Filters/Converter.php:286<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:163<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 |
1793
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 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` = 65
AND image_shop.`cover` = 1 LIMIT 1 |
1760
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 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 = 34
LIMIT 1 |
1754
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 63) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1725
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 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 |
1656
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 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 (742) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1634
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_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
1601
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 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 = 61
LIMIT 1 |
1564
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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
1559
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` = 61) |
1537
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 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 |
1509
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 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; |
1494
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 (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; |
1474
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 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 |
1464
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
1452
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 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 (71) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1398
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_module` FROM `cpf_module` WHERE `name` = "psgdpr" LIMIT 1 |
1320
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 data FROM cpf_layered_filter_block WHERE hash="b2aa027a597ac9268bf0c53cf37d37b2" LIMIT 1 |
1315
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 `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1302
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_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 |
1301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:222<br>/index.php:27
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 203010000 AND name = '_elementor_edit_mode' LIMIT 1 |
1298
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-03 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cpf_product p
LEFT JOIN cpf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cpf_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN cpf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 62
LIMIT 1 |
1288
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 (63) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1285
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_module` FROM `cpf_module` WHERE `name` = "ps_linklist" LIMIT 1 |
1258
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/pkelements/classes/WidgetPklinks.php:66<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `cpf_product_attribute` pa
INNER JOIN cpf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN cpf_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `cpf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `cpf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `cpf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `cpf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (749) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1248
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 (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; |
1238
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_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 |
1188
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 (61) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1169
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(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 |
1149
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 69 AND `id_group` = 1 LIMIT 1 |
1132
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 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` = 63
AND image_shop.`cover` = 1 LIMIT 1 |
1124
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 `iso_code`
FROM `cpf_country`
WHERE `id_country` = 6 LIMIT 1 |
1104
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 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 |
1100
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 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 (68) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1090
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` = 61 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` = 61 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1070
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 type, id_value, filter_show_limit, filter_type FROM cpf_layered_category
WHERE controller = 'category'
AND id_category = 18
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
1067
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 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 (36) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1046
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 |
1033
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_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 |
1031
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 (40) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1011
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 domain, domain_ssl
FROM cpf_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
1002
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
997
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 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; |
986
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 = 64
LIMIT 1 |
976
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 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` |
971
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` = 61) AND (b.`id_shop` = 1) LIMIT 1 |
948
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.`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 (37) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
928
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_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 |
921
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 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 (72) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
908
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_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 |
907
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
889
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_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
884
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 * FROM cpf_revslider_sliders |
870
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
863
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 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 = 71
LIMIT 1 |
856
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 (67) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
846
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 (750) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
843
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 (32) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
841
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 (74) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
834
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_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
829
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 value FROM cpf_ce_meta WHERE id = 18040101 AND name = '_elementor_edit_mode' LIMIT 1 |
822
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 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 = 36
LIMIT 1 |
820
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
819
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_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` = 58) AND (b.`id_shop` = 1) LIMIT 1 |
818
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_category` a0
LEFT JOIN `cpf_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 16) AND (a0.`nright` > 17) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc |
818
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 *
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` = 64) AND (b.`id_shop` = 1) LIMIT 1 |
813
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_category` a
LEFT JOIN `cpf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) LIMIT 1 |
802
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
801
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 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 (766) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
801
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 (746) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
796
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 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 |
792
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 1 FROM `cpf_specific_price` WHERE id_product = 32 LIMIT 1 |
789
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_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 |
785
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/override/classes/Manufacturer.php:18<br>/classes/Link.php:662<br>/var/cache/dev/smarty/compile/perfumeriacuqui/a4/c3/10/a4c310ea17615a4da884ad81dd22a8e5f897f7e8_2.file.product-miniature-brand.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/a4/c3/10/a4c310ea17615a4da884ad81dd22a8e5f897f7e8_2.file.product-miniature-brand.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/2d/87/20/2d8720e6980bbb9f00d0408a755861dd61a0cbd9_2.module.pkelementsviewstemplatesp.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureBrand.php:177<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 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 |
775
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 69
AND `id_shop` = 1 LIMIT 1 |
765
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 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 = 40
LIMIT 1 |
765
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 = 60
LIMIT 1 |
758
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 (65) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
755
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_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
753
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 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 = 35
LIMIT 1 |
744
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_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 |
726
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 = 4020101 AND name = '_elementor_version' LIMIT 1 |
722
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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
709
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_manufacturer` a
LEFT JOIN `cpf_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `cpf_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 6) LIMIT 1 |
706
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 `name`
FROM `cpf_manufacturer`
WHERE `id_manufacturer` = 76
AND `active` = 1 LIMIT 1 |
699
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_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 |
690
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 `name`
FROM `cpf_hook`
WHERE `id_hook` = 41 LIMIT 1 |
687
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 = 750
LIMIT 1 |
686
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` 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 |
684
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 61 AND `id_group` = 1 LIMIT 1 |
680
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cpf_hook_module_exceptions`
WHERE `id_shop` IN (1) |
671
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 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 (62) 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 = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
664
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_template` a
WHERE (a.`id_ce_template` = 203) LIMIT 1 |
664
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 format
FROM `cpf_address_format`
WHERE `id_country` = 6 LIMIT 1 |
655
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 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 |
655
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 (39) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
642
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` = 11) LIMIT 1 |
641
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 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 (35) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
636
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-home"; |
631
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 64 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` = 64 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
619
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 = 38
LIMIT 1 |
611
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.`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` = 36
AND image_shop.`cover` = 1 LIMIT 1 |
609
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` |
608
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 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 = 66
LIMIT 1 |
607
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 64) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
607
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 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 (60) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
601
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_module` FROM `cpf_module_shop` WHERE `id_module` = 89 AND `id_shop` = 1 LIMIT 1 |
599
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 *
FROM `cpf_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
595
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`
FROM `cpf_manufacturer`
WHERE `id_manufacturer` = 11
AND `active` = 1 LIMIT 1 |
595
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 `name`
FROM `cpf_manufacturer`
WHERE `id_manufacturer` = 6
AND `active` = 1 LIMIT 1 |
592
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_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 |
588
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 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 = 74
LIMIT 1 |
584
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 = 37
LIMIT 1 |
583
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 = 766
LIMIT 1 |
580
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 = 765
LIMIT 1 |
578
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 (38) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
576
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 = 39
LIMIT 1 |
575
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 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` = 60 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` = 60 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
573
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`
FROM `cpf_manufacturer`
WHERE `id_manufacturer` = 12
AND `active` = 1 LIMIT 1 |
568
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 `id_module` FROM `cpf_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
566
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 *
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` = 32) AND (b.`id_shop` = 1) LIMIT 1 |
562
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_hook` FROM cpf_link_block |
553
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 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` = 742 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` = 742 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
543
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 = 68
LIMIT 1 |
542
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 (66) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
540
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` = 40 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` = 40 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
538
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 = 18040101 AND name = '_wp_page_template' LIMIT 1 |
536
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 `name`
FROM `cpf_manufacturer`
WHERE `id_manufacturer` = 74
AND `active` = 1 LIMIT 1 |
536
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 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` = 742
AND image_shop.`cover` = 1 LIMIT 1 |
534
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 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 = 72
LIMIT 1 |
533
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_lang` FROM `cpf_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
527
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_currency` c ORDER BY `iso_code` ASC |
527
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 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 |
525
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 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 |
524
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"; |
522
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 = 746
LIMIT 1 |
521
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 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` = 71 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` = 71 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
521
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 = 67
LIMIT 1 |
513
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` = 742) AND (b.`id_shop` = 1) LIMIT 1 |
509
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-03 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cpf_product p
LEFT JOIN cpf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cpf_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN cpf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 749
LIMIT 1 |
506
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 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` = 34 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` = 34 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` = 38 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` = 38 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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
497
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"; |
497
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 = 73
LIMIT 1 |
493
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_ce_revision FROM cpf_ce_revision WHERE parent = 18040101 AND active = 0 AND id_employee = 0 LIMIT 1 |
493
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 * 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) |
490
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 *
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` = 63) AND (b.`id_shop` = 1) LIMIT 1 |
487
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 |
483
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 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` = 766 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` = 766 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 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` = 32 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` = 32 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 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` = 35 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` = 35 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
480
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` = 58) |
471
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` = 39) |
459
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-product-miniature"; |
458
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 = "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 = 743
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` = 68 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` = 68 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
454
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module_shop` WHERE `id_module` = 54 AND `id_shop` = 1 LIMIT 1 |
453
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 `name`, `alias` FROM `cpf_hook_alias` |
449
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 36
AND `id_shop` = 1 LIMIT 1 |
449
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 |
449
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 62 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` = 62 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
447
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` = 746 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` = 746 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
447
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 161010000 AND name = '_elementor_edit_mode' LIMIT 1 |
441
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
441
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cpf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 39 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` = 39 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 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` = 64) |
433
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 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 |
427
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 |
427
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` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
427
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 = 746
ORDER BY f.position ASC |
426
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` = 746) 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 *
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 |
425
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 FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
425
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_country_lang`
WHERE `id_country` = 6 |
425
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 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` = 59 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` = 59 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
425
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` = 62) AND (b.`id_shop` = 1) LIMIT 1 |
424
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_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
424
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` |
424
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 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` = 74 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` = 74 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
423
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_group_lang`
WHERE `id_group` = 1 |
423
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 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 |
421
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 value FROM cpf_ce_meta WHERE id = 161010000 AND name = '_elementor_data' LIMIT 1 |
419
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 `id_module` FROM `cpf_module_shop` WHERE `id_module` = 65 AND `id_shop` = 1 LIMIT 1 |
419
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 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` = 749 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` = 749 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
415
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` = 745) AND (b.`id_shop` = 1) LIMIT 1 |
413
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` = 36 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` = 36 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
410
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_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_%") |
408
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 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 |
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_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 |
406
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 = 745
ORDER BY f.position ASC |
403
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 = 73
ORDER BY f.position ASC |
401
ms
|
6 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 4020101 AND name = '_elementor_css' LIMIT 1 |
400
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 `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 59 AND id_shop=1 LIMIT 1 |
400
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 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` = 750 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` = 750 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
400
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_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 |
396
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:701<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
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` = 60) AND (b.`id_shop` = 1) LIMIT 1 |
395
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` = 40) AND (b.`id_shop` = 1) LIMIT 1 |
394
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` = 35) AND (b.`id_shop` = 1) LIMIT 1 |
394
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_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 |
393
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, 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 = 64
ORDER BY f.position ASC |
393
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` = 59
AND `id_shop` = 1 LIMIT 1 |
392
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 = 71
ORDER BY f.position ASC |
392
ms
|
6 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
392
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"; |
392
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 71) AND (b.`id_shop` = 1) LIMIT 1 |
389
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` = 36) 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 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` = 750
ORDER BY `position` |
385
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 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 |
385
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 ctg.`id_group`
FROM cpf_category_group ctg
WHERE ctg.`id_category` = 18 AND ctg.`id_group` = 1 LIMIT 1 |
384
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 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` = 37 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` = 37 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
383
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` = 59) AND (b.`id_shop` = 1) LIMIT 1 |
379
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` = 72 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` = 72 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
379
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` = 766) AND (b.`id_shop` = 1) LIMIT 1 |
376
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` = 38
ORDER BY `position` |
375
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 mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 1 AND mr.`active` = 1 |
375
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1062
/modules/pk_menu/pk_menu.php:1165<br>/modules/pk_menu/pk_menu.php:1266<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, 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 = 62
ORDER BY f.position ASC |
371
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 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` = 32) |
370
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 = 65
ORDER BY f.position ASC |
367
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 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` = 67 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` = 67 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
367
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_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 |
366
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 = 40
ORDER BY f.position ASC |
366
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 = 744
ORDER BY f.position ASC |
365
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_required_field, object_name, field_name
FROM cpf_required_field |
365
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, 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 = 60
ORDER BY f.position ASC |
365
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 = 32
ORDER BY f.position ASC |
364
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_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` = 750) AND (b.`id_shop` = 1) LIMIT 1 |
364
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` = 743) AND (b.`id_shop` = 1) LIMIT 1 |
364
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_data' LIMIT 1 |
361
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` = 35
AND image_shop.`cover` = 1 LIMIT 1 |
361
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, 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 = 766
ORDER BY f.position ASC |
360
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_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 |
359
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 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` = 66 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` = 66 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
359
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_data' LIMIT 1 |
357
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 = 18040101 AND name = '_elementor_page_settings' LIMIT 1 |
357
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 *
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 |
353
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 = 39
ORDER BY f.position ASC |
349
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_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` = 74) AND (b.`id_shop` = 1) LIMIT 1 |
349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/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 |
344
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_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` = 749) AND (b.`id_shop` = 1) LIMIT 1 |
344
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` = 40
AND `id_shop` = 1 LIMIT 1 |
343
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cpf_product` p
INNER JOIN `cpf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cpf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 59) |
342
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` = 34
ORDER BY `position` |
342
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 |
342
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` = 8 AND `id_shop` = 1 |
341
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_css' LIMIT 1 |
340
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 *
FROM `cpf_link_block_lang`
WHERE `id_link_block` = 1 |
340
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 *
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` = 37) 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>/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 psgdpr.active FROM `cpf_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 2 LIMIT 1 |
338
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
:undefined<br>/modules/creativeelements/includes/widgets/contact-form.php:1247<br>/modules/creativeelements/includes/widgets/contact-form.php:1237<br>/modules/creativeelements/includes/managers/widgets.php:122<br>/modules/creativeelements/includes/managers/widgets.php:219<br>/modules/creativeelements/includes/elements/column.php:1112<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/includes/base/element-base.php:925<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_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` = 65) AND (b.`id_shop` = 1) LIMIT 1 |
334
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 c.id_currency
FROM `cpf_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
333
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 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 = 74
ORDER BY f.position ASC |
333
ms
|
3 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 0 AND name = 'elementor_fonts_manager_font_types' LIMIT 1 |
330
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 766
AND `id_shop` = 1 LIMIT 1 |
330
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_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` = 72) AND (b.`id_shop` = 1) LIMIT 1 |
329
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` = 746
ORDER BY `position` |
327
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, 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 = 35
ORDER BY f.position ASC |
325
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 = 34
ORDER BY f.position ASC |
324
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 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` = 742
ORDER BY `position` |
318
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.`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` = 39
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 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 = 68
ORDER BY f.position ASC |
316
ms
|
3 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
316
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"; |
314
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_product` a
LEFT JOIN `cpf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cpf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 66) AND (b.`id_shop` = 1) LIMIT 1 |
314
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` = 743
ORDER BY `position` |
313
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, 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 = 72
ORDER BY f.position ASC |
312
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 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` = 63
ORDER BY `position` |
311
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 `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 32 AND id_shop=1 LIMIT 1 |
311
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 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` = 36) |
311
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` = 64
AND image_shop.`cover` = 1 LIMIT 1 |
309
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_edit_mode' LIMIT 1 |
308
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM cpf_category_group ctg
WHERE ctg.`id_category` = 7 AND ctg.`id_group` = 1 LIMIT 1 |
306
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 38) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
302
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.`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` = 62
ORDER BY `position` |
302
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_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` = 67) AND (b.`id_shop` = 1) LIMIT 1 |
302
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` = 60
ORDER BY `position` |
302
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` = 742
AND `id_shop` = 1 LIMIT 1 |
300
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cpf_product` p
INNER JOIN `cpf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cpf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 40) |
299
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 = 36
ORDER BY f.position ASC |
295
ms
|
3 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 203010000 AND name = '_elementor_version' LIMIT 1 |
295
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 value FROM cpf_ce_meta WHERE id = 203010000 AND name = '_elementor_page_settings' LIMIT 1 |
295
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 value FROM cpf_ce_meta WHERE id = 161010000 AND name = '_elementor_version' LIMIT 1 |
294
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 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 = 37
ORDER BY f.position ASC |
294
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 40 AND `id_group` = 1 LIMIT 1 |
291
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 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) |
290
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 |
290
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 |
289
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"; |
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` = 744
ORDER BY `position` |
288
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` = 60
AND image_shop.`cover` = 1 LIMIT 1 |
288
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 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 = 749
ORDER BY f.position ASC |
288
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 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` = 59
ORDER BY `position` |
288
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 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` |
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 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 = 59
ORDER BY f.position ASC |
287
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 id_shop
FROM `cpf_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
287
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:227<br>/index.php:27
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
287
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 cl.`link_rewrite`
FROM `cpf_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 7 LIMIT 1 |
286
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
286
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` = 35
ORDER BY `position` |
286
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 |
285
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 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 = 750
ORDER BY f.position ASC |
284
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 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` = 32
ORDER BY `position` |
282
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 |
282
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 |
281
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cpf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 766
ORDER BY `position` |
281
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 = 203010000 AND name = '_elementor_css' LIMIT 1 |
281
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_edit_mode' LIMIT 1 |
280
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cpf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 745
ORDER BY `position` |
280
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.`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` |
280
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
279
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` = 58
AND image_shop.`cover` = 1 LIMIT 1 |
279
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 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` = 742) |
278
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 62 LIMIT 1 |
277
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` = 38 |
277
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
276
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"; |
275
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` = 71
AND `id_shop` = 1 LIMIT 1 |
273
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
273
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 40
AND image_shop.`cover` = 1 LIMIT 1 |
273
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 34
AND `id_shop` = 1 LIMIT 1 |
273
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cpf_product` p
INNER JOIN `cpf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cpf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 35) |
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
271
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` = 34
AND image_shop.`cover` = 1 LIMIT 1 |
270
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cpf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 36
ORDER BY `position` |
269
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 = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
268
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 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` = 749
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
265
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/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.`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` = 65
ORDER BY `position` |
263
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 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 |
263
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"; |
262
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 = 68) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
262
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.`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` = 74
ORDER BY `position` |
260
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM cpf_feature_product pf
LEFT JOIN cpf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cpf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cpf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cpf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 67
ORDER BY f.position ASC |
260
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 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` = 71
ORDER BY `position` |
260
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` = 34) |
258
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 |
258
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` = 74) |
258
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 = 66
ORDER BY f.position ASC |
258
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 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 *
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 |
257
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 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` = 60) |
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 750
AND `id_shop` = 1 LIMIT 1 |
256
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 743
AND `id_shop` = 1 LIMIT 1 |
255
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cpf_product` p
INNER JOIN `cpf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cpf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 37) |
255
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` = 37
ORDER BY `position` |
255
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_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
255
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"; |
254
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 4020101 AND name = '_elementor_page_settings' LIMIT 1 |
254
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 |
254
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_category_lang`
WHERE `id_category` = 18 AND `id_shop` = 1 |
253
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 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) |
252
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 |
252
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.`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` = 66
ORDER BY `position` |
252
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 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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
251
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"; |
250
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"; |
249
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 = 58) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
247
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 63 |
247
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 |
247
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 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` = 65) |
246
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` = 749
AND image_shop.`cover` = 1 LIMIT 1 |
246
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 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` |
245
ms
|
6 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:281<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
245
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 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` = 766) |
244
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"; |
244
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` = 1) LIMIT 1 |
244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
243
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.`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` = 40
ORDER BY `position` |
243
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 = 18040101 AND name = '_elementor_page_settings' LIMIT 1 |
243
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 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` = 71) |
242
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_version' LIMIT 1 |
242
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 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` = 32
AND image_shop.`cover` = 1 LIMIT 1 |
242
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-footer"; |
242
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 |
240
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` |
240
ms
|
6 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:281<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:99<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
240
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 |
239
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 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) |
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 mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 1 AND mr.`active` = 1 |
238
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1062
/modules/pk_menu/pk_menu.php:1165<br>/modules/pk_menu/pk_menu.php:1266<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
238
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 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` |
238
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
237
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 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` = 62) |
236
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` = 72) |
236
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` = 38) |
236
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` = 72
ORDER BY `position` |
235
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
235
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` = 37
AND `id_shop` = 1 LIMIT 1 |
235
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cpf_image` i
INNER JOIN cpf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cpf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 67
ORDER BY `position` |
234
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 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) |
233
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"; |
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 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` = 750) |
233
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 |
232
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` = 749) |
230
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 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 |
229
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
229
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` = 73
AND `id_shop` = 1 LIMIT 1 |
229
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 |
229
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 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` = 746) |
228
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
226
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 765
AND `id_shop` = 1 LIMIT 1 |
226
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
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: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 |
225
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-header"; |
224
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"; |
223
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` = 765
AND image_shop.`cover` = 1 LIMIT 1 |
223
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` = 39
AND image_shop.`cover` = 1 LIMIT 1 |
222
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` = 71
AND image_shop.`cover` = 1 LIMIT 1 |
222
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 = "manufacturer"
OR m.page = "manufacturer"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
222
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 |
222
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 |
220
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_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
220
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 |
219
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_ce_template` a
WHERE (a.`id_ce_template` = 161) LIMIT 1 |
218
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 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) |
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 |
215
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 |
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 mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 7 AND mr.`active` = 1 |
215
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1062
/modules/pk_menu/pk_menu.php:1165<br>/modules/pk_menu/pk_menu.php:1266<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
215
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 |
214
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 |
214
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 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` = 66) |
213
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 |
213
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
213
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 |
213
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 |
213
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 value FROM cpf_ce_meta WHERE id = 18040101 AND name = '_wp_page_template' LIMIT 1 |
211
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 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` = 67) |
211
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 |
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 64 AND `id_group` = 1 LIMIT 1 |
210
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 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` = 38
AND image_shop.`cover` = 1 LIMIT 1 |
210
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 |
209
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 |
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 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` = 74
AND image_shop.`cover` = 1 LIMIT 1 |
208
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
208
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 |
208
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 |
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
207
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"; |
206
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"; |
206
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cpf_module` WHERE `name` = "pkcompare" LIMIT 1 |
206
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_data' LIMIT 1 |
205
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` = 72
AND `id_shop` = 1 LIMIT 1 |
205
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 |
205
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` = 766
AND image_shop.`cover` = 1 LIMIT 1 |
205
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 161010000 AND name = '_elementor_edit_mode' LIMIT 1 |
205
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 *
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 |
204
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/modules/pk_menu/pk_menu.php:1228<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-header"; |
204
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 = 40) 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 value FROM cpf_ce_meta WHERE id = 191010000 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/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 = "authentication"
OR m.page = "authentication"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
201
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 |
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>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
201
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 |
200
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` = 746
AND image_shop.`cover` = 1 LIMIT 1 |
200
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
199
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_page_settings' LIMIT 1 |
199
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 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` = 68
AND image_shop.`cover` = 1 LIMIT 1 |
199
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` = 37
AND image_shop.`cover` = 1 LIMIT 1 |
198
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` = 750
AND image_shop.`cover` = 1 LIMIT 1 |
198
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 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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
197
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
196
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` = 72
AND image_shop.`cover` = 1 LIMIT 1 |
196
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"; |
196
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 |
195
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
195
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
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 |
194
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 59) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
193
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` = 66
AND image_shop.`cover` = 1 LIMIT 1 |
192
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
191
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` = "ps_facetedsearch" LIMIT 1 |
191
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
191
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 766) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
190
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 |
190
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 = 161010000 AND name = '_elementor_page_settings' LIMIT 1 |
189
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
189
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 4020101 AND name = '_elementor_data' LIMIT 1 |
189
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_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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
188
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 = 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 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 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 |
187
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 68
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
187
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 |
186
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 |
186
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 |
186
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 |
186
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_module` FROM `cpf_module` WHERE `name` = "contactform" LIMIT 1 |
185
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 *
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 |
185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 749
AND `id_shop` = 1 LIMIT 1 |
185
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 |
184
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 742) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
184
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 |
183
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_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 |
183
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 |
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 744
AND `id_shop` = 1 LIMIT 1 |
183
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_lang` FROM `cpf_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
183
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
182
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` = 68 |
182
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 = 4020101 AND name = '_elementor_edit_mode' LIMIT 1 |
181
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:202<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_edit_mode' LIMIT 1 |
181
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_version' LIMIT 1 |
181
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_module` FROM `cpf_module` WHERE `name` = "pkfavorites" LIMIT 1 |
181
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 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_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 `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
179
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-footer"; |
179
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 = 744 LIMIT 1 |
178
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` = 64 AND id_shop=1 LIMIT 1 |
178
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 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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
177
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` = 4) LIMIT 1 |
177
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 |
177
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 765 LIMIT 1 |
176
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` WHERE `name` = "creativeelements" LIMIT 1 |
176
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 |
175
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 |
175
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/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 |
174
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 |
173
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 |
173
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"; |
173
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 = "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_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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
172
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_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_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
172
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms` 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 |
171
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 |
171
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_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
171
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 |
170
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 |
170
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 |
170
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 746
AND `id_shop` = 1 LIMIT 1 |
170
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 = 742 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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
169
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` = 38
AND `id_shop` = 1 LIMIT 1 |
169
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 745
AND `id_shop` = 1 LIMIT 1 |
168
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_module` FROM `cpf_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
168
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_data' LIMIT 1 |
167
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_data' LIMIT 1 |
167
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
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 = 60) 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_version' LIMIT 1 |
166
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "authentication"
OR m.page = "authentication"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
166
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_edit_mode' LIMIT 1 |
166
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 |
166
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 |
166
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 |
166
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 = 62) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
166
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 |
166
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 = 745) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
166
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_module` FROM `cpf_module` WHERE `name` = "pk_menu" LIMIT 1 |
165
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/pkelements/classes/WidgetPkmenu.php:59<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_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 |
165
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_edit_mode' LIMIT 1 |
164
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 35
AND `id_shop` = 1 LIMIT 1 |
163
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 = 34) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
163
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 = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
163
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 65
AND `id_shop` = 1 LIMIT 1 |
163
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:120
/modules/pkfavorites/pkfavorites.php:262<br>/modules/pkfavorites/pkfavorites.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:75<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/11/f5/4f/11f54f8e0fddbd96239a8f2599dec8efd989ecb8_2.module.pkelementsviewstemplatesp.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkminiatureButtons.php:526<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "authentication"
OR m.page = "authentication"
)
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: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 |
162
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 62
AND `id_shop` = 1 LIMIT 1 |
162
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 = 39) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
162
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 |
161
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_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 value FROM cpf_ce_meta WHERE id = 18040101 AND name = '_wp_page_template' LIMIT 1 |
161
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_data' LIMIT 1 |
161
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cpf_meta m
LEFT JOIN cpf_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "authentication"
OR m.page = "authentication"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 32
AND `id_shop` = 1 LIMIT 1 |
160
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 |
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 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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 74 AND `id_group` = 1 LIMIT 1 |
160
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
159
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
159
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/pkelements/pkelements.php:183<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 750 |
159
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_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_version' LIMIT 1 |
158
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"; |
157
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 58
AND `id_shop` = 1 LIMIT 1 |
157
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 |
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 mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 7 AND mr.`active` = 1 |
155
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 63 AND `id_group` = 1 LIMIT 1 |
155
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_shop
FROM `cpf_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
155
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 *
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 |
155
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 |
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 1 FROM `cpf_specific_price` WHERE id_product = 749 LIMIT 1 |
154
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_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
154
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"; |
154
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 |
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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 68 AND id_shop=1 LIMIT 1 |
153
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 74
AND `id_shop` = 1 LIMIT 1 |
153
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 |
153
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_currency_lang`
WHERE `id_currency` = 1 |
153
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:701<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 35) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
152
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_css' LIMIT 1 |
152
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 32) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
152
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 |
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 1 FROM `cpf_specific_price` WHERE id_product = 746 LIMIT 1 |
150
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"; |
150
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 |
150
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"; |
150
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_hook` FROM cpf_link_block |
150
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 74) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
150
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 |
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
149
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` = 39
AND `id_shop` = 1 LIMIT 1 |
149
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 |
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 value FROM cpf_ce_meta WHERE id = 191010000 AND name = '_elementor_version' LIMIT 1 |
147
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 |
147
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 |
147
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 |
147
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 |
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 *
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 |
146
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 766 |
146
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 = 36) 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_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
146
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 = 191010000 AND name = '_elementor_version' LIMIT 1 |
146
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 = 40 LIMIT 1 |
146
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 |
145
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 `need_identification_number`
FROM `cpf_country`
WHERE `id_country` = 6 LIMIT 1 |
145
ms
|
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 32 |
145
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"; |
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` 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 |
144
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 34 |
144
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_version' LIMIT 1 |
144
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 |
144
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_shop
FROM `cpf_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
144
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
144
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_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
143
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 |
143
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` = 73 |
143
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"; |
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 746 |
142
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 = 744) 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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 62 |
142
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 = 65) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
141
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 749 |
141
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_cms_lang`
WHERE `id_cms` = 6 AND `id_shop` = 1 |
141
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_cms` a
LEFT JOIN `cpf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 7) LIMIT 1 |
141
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` = 7 AND `id_shop` = 1 |
141
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 |
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 = 71) 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_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 *
FROM `cpf_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1 |
140
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"; |
140
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
140
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
139
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 61
AND `id_shop` = 1 LIMIT 1 |
139
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 |
139
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 = 36 LIMIT 1 |
138
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` = 765 |
138
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 = 34 LIMIT 1 |
138
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` = 64
AND `id_shop` = 1 LIMIT 1 |
137
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 60 |
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 749) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
137
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 |
137
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 |
137
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"; |
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:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/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 |
137
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 = 66 LIMIT 1 |
136
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` = 742 |
136
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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 742 AND id_shop=1 LIMIT 1 |
136
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
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 |
136
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 *
FROM `cpf_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1 |
136
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 63
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 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"; |
135
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 |
134
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 = 73) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php: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 mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 9 AND mr.`active` = 1 |
134
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_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php: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 = 60 LIMIT 1 |
133
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"; |
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 *
FROM `cpf_ce_template` a
WHERE (a.`id_ce_template` = 191) LIMIT 1 |
133
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
132
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` = 60
AND `id_shop` = 1 LIMIT 1 |
132
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 745 |
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 67
AND `id_shop` = 1 LIMIT 1 |
132
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 = 35 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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
132
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_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
132
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 = 37) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
131
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"; |
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 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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 750) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
131
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 35 |
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 1 FROM `cpf_specific_price` WHERE id_product = 766 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_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 `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 39 |
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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 746) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
131
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"; |
130
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 |
130
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-footer"; |
130
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 = 71 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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 59 |
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 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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 58 AND id_shop=1 LIMIT 1 |
129
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"; |
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 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 |
129
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 = 66) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
128
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 |
128
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 = 72) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
128
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 36 |
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 |
128
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 |
128
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` = 745 AND id_shop=1 LIMIT 1 |
127
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"; |
127
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
127
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 71 |
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
127
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 74 LIMIT 1 |
127
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cpf_specific_price` WHERE id_product = 750 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` = 74 |
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 mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 6 AND mr.`active` = 1 |
126
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 ctg.`id_group`
FROM cpf_category_group ctg
WHERE ctg.`id_category` = 8 AND ctg.`id_group` = 1 LIMIT 1 |
126
ms
|
1 |
|
|
/classes/Category.php:1730
/modules/pk_menu/pk_menu.php:1229<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
126
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 742 AND `id_group` = 1 LIMIT 1 |
126
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 743 |
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_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 744 |
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 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 |
123
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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 744 AND id_shop=1 LIMIT 1 |
123
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 = 38 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 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 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 1 FROM `cpf_specific_price` WHERE id_product = 37 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 `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 37 |
122
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 = 65 LIMIT 1 |
122
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 |
122
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 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 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 `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 72 |
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 `reduction`
FROM `cpf_group`
WHERE `id_group` = 1 LIMIT 1 |
121
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 COUNT(*)
FROM `cpf_favorite_product`
WHERE `id_product` = 66
AND `id_shop` = 1 LIMIT 1 |
121
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_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 mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 8 AND mr.`active` = 1 |
120
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 = 72 LIMIT 1 |
120
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 |
120
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
120
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-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 1 FROM `cpf_specific_price` WHERE id_product = 743 LIMIT 1 |
120
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"; |
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"; |
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 |
119
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
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 `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 60 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-home"; |
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 1 FROM `cpf_specific_price` WHERE id_product = 745 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-home"; |
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 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 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_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_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-footer"; |
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
117
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 1 FROM `cpf_specific_price` WHERE id_product = 67 LIMIT 1 |
116
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"; |
116
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` = 65 |
116
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 = 73 LIMIT 1 |
116
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"; |
116
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 |
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 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 SUM(quantity)
FROM `cpf_stock_available`
WHERE (id_product = 67) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
115
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
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: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_hook` a
WHERE (a.`id_hook` = 41) 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: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 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_order`
FROM `cpf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
114
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-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 `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 73 AND id_shop=1 LIMIT 1 |
114
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"; |
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 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 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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 38 AND `id_group` = 1 LIMIT 1 |
113
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"; |
113
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 39 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"; |
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 mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 9 AND mr.`active` = 1 |
112
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"; |
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_module` FROM `cpf_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
112
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-product-miniature"; |
112
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
112
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 67 |
112
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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 74 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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cpf_link_block_lang`
WHERE `id_link_block` = 3 |
111
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/pkelements/classes/WidgetPklinks.php:482<br>/modules/pkelements/classes/WidgetPklinks.php:98<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:171<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/includes/base/widget-base.php:812<br>/modules/creativeelements/includes/base/widget-base.php:827<br>/modules/creativeelements/includes/base/widget-base.php:516<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1f/b6/76/1fb676c755f1a3f4c7c2c2aac390a7de86237c32_2.file.footer.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:547<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:167<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 71 AND id_shop=1 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 746 AND id_shop=1 LIMIT 1 |
110
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"; |
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_module` FROM `cpf_module` WHERE `name` = "gdprpro" LIMIT 1 |
110
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 ctg.`id_group`
FROM cpf_category_group ctg
WHERE ctg.`id_category` = 6 AND ctg.`id_group` = 1 LIMIT 1 |
110
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 |
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-product-miniature"; |
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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 36 AND id_shop=1 LIMIT 1 |
110
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cpf_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-product-miniature"; |
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"; |
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 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 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-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 `id_product_attribute`
FROM `cpf_product_attribute`
WHERE `id_product` = 66 |
109
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
109
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 59 AND `id_group` = 1 LIMIT 1 |
108
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"; |
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 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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 37 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 id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
107
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
107
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 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` = 35 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-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-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_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 766 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_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_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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
106
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 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-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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 71 AND `id_group` = 1 LIMIT 1 |
106
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 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_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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 744 AND `id_group` = 1 LIMIT 1 |
106
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 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_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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 745 AND `id_group` = 1 LIMIT 1 |
105
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"; |
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 35 AND `id_group` = 1 LIMIT 1 |
105
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 749 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` = 34 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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 766 AND `id_group` = 1 LIMIT 1 |
105
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"; |
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-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"; |
104
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM cpf_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 6 AND mr.`active` = 1 |
104
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1062
/modules/pk_menu/pk_menu.php:1165<br>/modules/pk_menu/pk_menu.php:1266<br>/modules/pkelements/classes/WidgetPkmenu.php:365<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:758<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/d8/11/1f/d8111f98201186e05076e3e50efb43e43aa55f7e_2.file.header-acuarel.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:533<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-home"; |
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-home"; |
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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
104
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"; |
103
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_template FROM `cpf_ce_template` WHERE title = "cuqui-product-miniature"; |
103
ms
|
58 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:632
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273<br>/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226<br>/modules/pkthemesettings/pkthemesettings.php:320<br>/modules/pkelements/pkelements.php:171<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:468<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/19/d8/e6/19d8e6e1c602b38fea214f28fec1fd90334fc3ce_2.file.product.tpl.php:245<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/bf/31/3e/bf313ec86db13236696216240065bcb2e2cd8d51_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuqui/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatesp.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/pkelements/src/WidgetTemplate.php:46<br>/modules/pkelements/classes/WidgetPkcategoryProducts.php:244<br>/modules/creativeelements/includes/base/widget-base.php:521<br>/modules/creativeelements/includes/base/widget-base.php:661<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1104<br>/modules/creativeelements/core/base/document.php:726<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:231<br>/modules/creativeelements/creativeelements.php:712<br>/modules/creativeelements/creativeelements.php:686<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:233<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:432<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:452<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:470<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/1d/db/7f/1ddb7f4517cf2f764bb8c8e5baba3038aad4d9c4_2.file.helpers.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/f6/7d/42/f67d4201beea6cebc391ff3df05cde79a8f455c1_2.file.layout-both-columns.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/39/b5/1d/39b51d3b9b57b3199bbffaa4f5271ba19d820344_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/5d/62/d3/5d62d38cf68e4f3b0ef577a098f5d13aaf0f885c_2.file.product-list.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/perfumeriacuquilayouts_layout_left_column_tpl/33/38/a0/3338a06e289e26e11faaee6f3b8df5713248db1a_2.file.category.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 65 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"; |
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` = 765 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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 34 AND `id_group` = 1 LIMIT 1 |
101
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 750 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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 68 AND `id_group` = 1 LIMIT 1 |
100
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 62 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 name FROM cpf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
99
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 |
99
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 |
99
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 `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 72 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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 32 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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 749 AND `id_group` = 1 LIMIT 1 |
96
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` = 36 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` = 39 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 `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 66 AND id_shop=1 LIMIT 1 |
92
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 `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` = 73 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` = 60 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` = 746 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 `id_tax_rules_group`
FROM `cpf_product_shop`
WHERE `id_product` = 67 AND id_shop=1 LIMIT 1 |
90
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 `reduction`
FROM `cpf_product_group_reduction_cache`
WHERE `id_product` = 743 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` = 62 AND `id_group` = 1 LIMIT 1 |
89
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` = 72 AND `id_group` = 1 LIMIT 1 |
89
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` = 37 AND `id_group` = 1 LIMIT 1 |
89
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` = 750 AND `id_group` = 1 LIMIT 1 |
89
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` = 65 AND `id_group` = 1 LIMIT 1 |
83
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` = 66 AND `id_group` = 1 LIMIT 1 |
81
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` = 67 AND `id_group` = 1 LIMIT 1 |
79
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
|