SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity,IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute,
pl.`description`, pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`,
pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
m.`name` AS manufacturer_name, p.`id_manufacturer` as id_manufacturer,
image_shop.`id_image` id_image, il.`legend`,
ps.`quantity` AS sales, t.`rate`, pl.`meta_keywords`, pl.`meta_title`, pl.`meta_description`,
DATEDIFF(p.`date_add`, DATE_SUB("2025-05-23 00:00:00",
INTERVAL 150 DAY)) > 0 AS new FROM `ps_product_sale` ps
LEFT JOIN `ps_product` p ON ps.`id_product` = p.`id_product`
LEFT JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1) LEFT JOIN `ps_product_lang` pl
ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 10 AND pl.id_shop = 1
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 10)
LEFT JOIN `ps_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN `ps_tax_rule` tr ON (product_shop.`id_tax_rules_group` = tr.`id_tax_rules_group`)
AND tr.`id_country` = 6
AND tr.`id_state` = 0
LEFT JOIN `ps_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = p.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE product_shop.`active` = 1
AND p.`visibility` != 'none' AND EXISTS(SELECT 1 FROM `ps_category_product` cp
JOIN `ps_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` = 1)
WHERE cp.`id_product` = p.`id_product`)
ORDER BY `sales` DESC
LIMIT 2280, 24 |
203.3 |
2304 |
|
|
/classes/ProductSale.php:140
/controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product`) FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
30.4 |
8380 |
|
|
/classes/SpecificPrice.php:230
/classes/SpecificPrice.php:283 /classes/SpecificPrice.php:348 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(ps.`id_product`) AS nb
FROM `ps_product_sale` ps
LEFT JOIN `ps_product` p ON p.`id_product` = ps.`id_product`
LEFT JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE product_shop.`active` = 1 LIMIT 1 |
29.9 |
3757 |
|
|
/classes/ProductSale.php:53
/controllers/front/BestSalesController.php:37 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /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 `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
10.9 |
5326 |
|
|
/classes/Configuration.php:148
/classes/Configuration.php:185 /classes/Configuration.php:247 /classes/shop/Shop.php:369 /config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE MIN(ps_product_comment.id_product_comment) as id_product_comment,ps_product_comment.id_customer,ps_product_comment.id_product,ps_product_comment.content,ps_product_comment.customer_name,ps_product_comment.title,ps_product_comment.grade,ps_image.id_image FROM `ps_product_comment` JOIN ps_customer ON ps_customer.id_customer = ps_product_comment.id_customer JOIN `ps_image` ON ps_product_comment.id_product = ps_image.id_product WHERE ps_product_comment.grade > 3 and ps_customer.id_lang = "10" and firstname not like "%Dario%" GROUP BY ps_product_comment.id_product ORDER BY ps_product_comment.id_product_comment DESC LIMIT 5; |
9.3 |
5594 |
Yes |
|
/modules/customergroup/customergroup.php:48
/classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_product_comment,ps_product_comment.id_product,id_customer,title,content,customer_name,grade,validate,date_add,ps_image.id_image FROM `ps_product_comment` JOIN `ps_image` ON ps_product_comment.id_product = ps_image.id_product WHERE id_customer != 6 and grade > 3 and ps_product_comment.id_product != 2129 ORDER BY `id_product_comment` DESC LIMIT 400; |
7.1 |
5216 |
Yes |
|
/modules/customergroup/customergroup.php:55
/classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product_attribute`) FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1 |
6.5 |
16760 |
|
|
/classes/SpecificPrice.php:230
/classes/SpecificPrice.php:291 /classes/SpecificPrice.php:348 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, live_edit, hm.position as hm_position, m.id_module, m.name, active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.7 |
495 |
|
|
/classes/Hook.php:235
/classes/Hook.php:275 /classes/tax/TaxManagerFactory.php:67 /classes/tax/TaxManagerFactory.php:46 /classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, (
SELECT id_module
FROM `ps_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
LIMIT 1
) as mshop
FROM `ps_module` m |
1.5 |
142 |
|
|
/classes/module/Module.php:277
/modules/lgmiravia/lgmiravia.php:107 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/Dispatcher.php:412 /classes/Dispatcher.php:233 /classes/Dispatcher.php:198 /index.php:28
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module, h.`live_edit`
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_module_shop` ms ON ms.`id_module` = m.`id_module`
INNER JOIN `ps_hook_module` hm ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` h ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.name != "displayPayment") 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` |
1.5 |
76 |
Yes |
Yes |
/override/classes/Hook.php:130
/classes/Hook.php:440 /classes/Dispatcher.php:412 /classes/Dispatcher.php:233 /classes/Dispatcher.php:198 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 5028) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 5289) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.4 |
4 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5028
ORDER BY f.position ASC |
1.1 |
1 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4764) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4642) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, (
SELECT id_module
FROM `ps_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
LIMIT 1
) as mshop
FROM `ps_module` m |
0.9 |
142 |
|
|
/classes/module/Module.php:277
/modules/blockcurrencies/blockcurrencies.php:40 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4566
ORDER BY f.position ASC |
0.9 |
4 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4462) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 3105) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.9 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productlist_colors/5028/1/10/eb/6c/5f/eb6c5fe182bb26dd9619b9efe2c7acf95f8bd04d.product-list-colors.tpl.php'
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|5028|1|10" AND compile_id="" |
0.9 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/controller/FrontController.php:1669 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 5000) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 5244) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.8 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4801
ORDER BY f.position ASC |
0.8 |
4 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4801/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4801" AND compile_id="" |
0.8 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4866
ORDER BY f.position ASC |
0.8 |
2 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5028,5000,4932,4911,4866,4801,4764,4759,4738,4716,4692,4691,4673,4672,4657,4654,4653,4644,4626,4611,4609,4570,4566,4462) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.7 |
44 |
Yes |
Yes |
/classes/Product.php:3464
/classes/controller/FrontController.php:1652 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
0.7 |
0 |
|
|
/classes/Hook.php:131
/classes/Hook.php:445 /classes/Dispatcher.php:412 /classes/Dispatcher.php:233 /classes/Dispatcher.php:198 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4759) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4627) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.7 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.7 |
141 |
Yes |
|
/classes/Dispatcher.php:457
/classes/Dispatcher.php:233 /classes/Dispatcher.php:198 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4654
ORDER BY f.position ASC |
0.7 |
5 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4566/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4566" AND compile_id="" |
0.7 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4932/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4932" AND compile_id="" |
0.7 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4673) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4787) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.6 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getCriterionsForSearchBloc|12|3b617c2cf00adf3b0c1213726f36b4e15e7c3663|1|1|1|1|10|1|6|da39289efea23ad53591f376d27d81454ea99300" AND compile_id="" LIMIT 1 |
0.6 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3510 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:918 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3319 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3758 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4570
ORDER BY f.position ASC |
0.6 |
4 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4653) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4729) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.6 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4738) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4581) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.6 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4866) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4939) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.6 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4626) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4265) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.6 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4644) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4327) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.6 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4566) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4164) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.6 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, (
SELECT id_module
FROM `ps_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
LIMIT 1
) as mshop
FROM `ps_module` m |
0.6 |
142 |
|
|
/classes/module/Module.php:277
/modules/pm_advancedsearch4/AdvancedSearchCoreClass.php:48 /modules/pm_advancedsearch4/pm_advancedsearch4.php:120 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/Dispatcher.php:412 /classes/Dispatcher.php:233 /classes/Dispatcher.php:198 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4570/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4570" AND compile_id="" |
0.6 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4609) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4197) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.6 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/5000/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|5000" AND compile_id="" |
0.6 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4691) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4753) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.6 |
4 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4759/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4759" AND compile_id="" |
0.6 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4672/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4672" AND compile_id="" |
0.6 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4657) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4768) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.6 |
4 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4911 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.6 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4692) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4754) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.6 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4801) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4845) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.5 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4611) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4204) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.5 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4716) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4459) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.5 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4672) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4785) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.5 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4911) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 5053) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.5 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4570) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4177) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.5 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4911/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4911" AND compile_id="" |
0.5 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4932) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 5096) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.5 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 5000
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.5 |
1 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4570) AND (b.`id_shop` = 1) LIMIT 1 |
0.5 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4692|1|10","", FROM_UNIXTIME(1747958642)) |
0.5 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4654) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 4732) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-23 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.5 |
6 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.5 |
828 |
|
|
/classes/module/Module.php:2141
/classes/Hook.php:499 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 5028
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.5 |
2 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4932","", FROM_UNIXTIME(1747958642)) |
0.5 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4692
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.4 |
1 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4691
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.4 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4691) AND (b.`id_shop` = 1) LIMIT 1 |
0.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|5028" AND compile_id="" LIMIT 1 |
0.4 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1 |
0.4 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/tax/TaxRulesTaxManager.php:115 /classes/Product.php:3050 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 10
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 62) AND (b.`id_shop` = 1) LIMIT 1 |
0.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Link.php:277 /cache/smarty/compile/82/97/9c/82979c59cc436fcbe825fac6cbe7769592ce500f.file.footer.tpl.php:184 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/53/1d/43/531d43d333f323e579e1f876532a548044dc298f.file.layout.tpl.php:42 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:529 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4866
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.4 |
1 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4566
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.4 |
3 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Currency.php:103 /classes/Currency.php:451 /classes/Tools.php:615 /classes/controller/FrontController.php:289 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4609/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4609" AND compile_id="" |
0.4 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4570) |
0.4 |
1 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4609
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.4 |
3 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4911
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.4 |
1 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4932
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.4 |
1 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4764
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.4 |
3 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4570
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.4 |
1 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4462
ORDER BY f.position ASC |
0.4 |
4 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4672
ORDER BY f.position ASC |
0.3 |
4 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4653
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.3 |
3 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4911) AND (b.`id_shop` = 1) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4611
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.3 |
1 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4691
ORDER BY f.position ASC |
0.3 |
1 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4626
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.3 |
3 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4716
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.3 |
2 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4654) |
0.3 |
1 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4672) |
0.3 |
2 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4911) |
0.3 |
1 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4644/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4644" AND compile_id="" |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4462
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.3 |
3 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4644
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.3 |
2 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4759
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.3 |
3 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4657
ORDER BY f.position ASC |
0.3 |
4 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4738/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4738" AND compile_id="" |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4738
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.3 |
1 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4644
ORDER BY f.position ASC |
0.3 |
5 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4673
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.3 |
2 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4764
ORDER BY f.position ASC |
0.3 |
3 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4327 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4939 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4692
ORDER BY f.position ASC |
0.3 |
4 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4657
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.3 |
2 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4462/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4462" AND compile_id="" |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4866/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4866" AND compile_id="" |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4654
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.3 |
1 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_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 `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 5028
AND pac.`id_product_attribute` = 287579
AND agl.`id_lang` = 10 |
0.3 |
1 |
|
|
/classes/Product.php:5593
/classes/Product.php:5706 /classes/Link.php:154 /cache/smarty/compile/eb/6c/5f/eb6c5fe182bb26dd9619b9efe2c7acf95f8bd04d.file.product-list-colors.tpl.cache.php:39 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:308 /classes/controller/FrontController.php:1669 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4801
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.3 |
1 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4716
ORDER BY f.position ASC |
0.3 |
4 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4626/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4626" AND compile_id="" |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4609","", FROM_UNIXTIME(1747958642)) |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4759
ORDER BY f.position ASC |
0.3 |
3 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4570) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SHOW COLUMNS FROM `ps_miravia_product_attribute` LIKE 'id_miravia_product_attribute' |
0.3 |
1 |
|
|
/modules/lgmiravia/classes/MiraviaTools.php:2577
/modules/lgmiravia/lgmiravia.php:109 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/Dispatcher.php:412 /classes/Dispatcher.php:233 /classes/Dispatcher.php:198 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4654","", FROM_UNIXTIME(1747958642)) |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.comarfi.com' OR su.domain_ssl = 'www.comarfi.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.3 |
10 |
Yes |
|
/classes/shop/Shop.php:334
/config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4672
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.2 |
2 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4609
ORDER BY f.position ASC |
0.2 |
4 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4759) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4673
ORDER BY f.position ASC |
0.2 |
4 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4729 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4653) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4932) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4611
ORDER BY f.position ASC |
0.2 |
4 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4566","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 10
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Link.php:277 /cache/smarty/compile/82/97/9c/82979c59cc436fcbe825fac6cbe7769592ce500f.file.footer.tpl.php:148 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/53/1d/43/531d43d333f323e579e1f876532a548044dc298f.file.layout.tpl.php:42 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:529 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4764) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4738|1|10","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4644) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4611/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4611" AND compile_id="" |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4609) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4672) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getCriterionsForSearchBloc|14|59e2be86485c3b72fa47b042f4087007e081c4df|1|1|1|1|10|1|6|da39289efea23ad53591f376d27d81454ea99300" AND compile_id="" LIMIT 1 |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3510 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:918 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3319 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3758 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5028) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 4691
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.2 |
1 |
Yes |
Yes |
/classes/Product.php:2092
/modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4626) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4866) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4566) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4738
ORDER BY f.position ASC |
0.2 |
3 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4785 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT left_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_left_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Theme.php:301
/modules/themeeditor/themeeditor.php:5308 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4911|1|10","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/5028/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|5028" AND compile_id="" |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4654) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|5028|1|10","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4611) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4672|1|10","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5028) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4716|1|10","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5000
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4626
ORDER BY f.position ASC |
0.2 |
4 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4692) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE ads.`id_search`, ads.`id_hook`, ads.`unique_search`
FROM `ps_pm_advancedsearch` ads
JOIN `ps_pm_advancedsearch_shop` adss ON (ads.`id_search`=adss.`id_search` AND adss.`id_shop`=1) WHERE 1 AND ads.`active`=1 ORDER BY ads.`position` |
0.2 |
1 |
Yes |
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:338 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:317 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:161 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3747 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4657/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4657" AND compile_id="" |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4566|1|10","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1) WHERE `deleted` = 0 AND c.`active` = 1 ORDER BY `name` ASC |
0.2 |
16 |
Yes |
|
/classes/Currency.php:231
/modules/redsys/redsys.php:3428 /modules/redsys/redsys.php:123 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:120 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4738) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4801) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4566) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4570","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|5000|1|10","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5000) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4764/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4764" AND compile_id="" |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4611) |
0.2 |
1 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4653
ORDER BY f.position ASC |
0.2 |
4 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4716) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4654/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4654" AND compile_id="" |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4801) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_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 |
0.2 |
1 |
Yes |
|
/classes/tax/TaxRulesTaxManager.php:108
/classes/Product.php:3050 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE ads.* , adsl.*, ads.`id_search`
FROM `ps_pm_advancedsearch` ads
LEFT JOIN `ps_pm_advancedsearch_lang` adsl ON (ads.`id_search` = adsl.`id_search` AND adsl.`id_lang` = 10 )
WHERE ads.`id_search` = 1
AND `active` = 1
LIMIT 1 |
0.2 |
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:372 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:1461 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3354 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3758 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4716/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4716" AND compile_id="" |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4657) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4764) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4644) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4611) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4692","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4653) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4716) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getCriterionsForSearchBloc|7|575d6994e028e5edfac177e962814bc41b9eeadf|1|1|1|1|10|1|6|da39289efea23ad53591f376d27d81454ea99300" AND compile_id="" LIMIT 1 |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3510 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:918 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3319 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3758 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 10
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Link.php:277 /modules/lgcookieslaw/lgcookieslaw.php:1179 /modules/lgcookieslaw/lgcookieslaw.php:1151 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4673) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 10
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/controller/FrontController.php:279 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4673) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT left_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_left_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Theme.php:301
/modules/themeeditor/themeeditor.php:5231 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:90 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4911
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4932) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getCriterionsForSearchBloc|13|c44facc85e37f02f13841dce4aaa9be2a9979c4c|1|1|1|1|10|1|6|da39289efea23ad53591f376d27d81454ea99300" AND compile_id="" LIMIT 1 |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3510 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:918 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3319 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3758 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4759) |
0.2 |
3 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4654) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE acg.*, acgl.*
FROM `ps_pm_advancedsearch_criterion_group_1` acg
LEFT JOIN `ps_pm_advancedsearch_criterion_group_1_lang` acgl ON (acg.`id_criterion_group` = acgl.`id_criterion_group` AND acgl.`id_lang` = 10 )
WHERE acg.`id_search` = 1
ORDER BY `position` |
0.2 |
12 |
Yes |
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/AdvancedSearchCriterionGroupClass.php:233 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3011 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3758 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 10
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Link.php:277 /cache/smarty/compile/82/97/9c/82979c59cc436fcbe825fac6cbe7769592ce500f.file.footer.tpl.php:180 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/53/1d/43/531d43d333f323e579e1f876532a548044dc298f.file.layout.tpl.php:42 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:529 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4657) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4626|1|10","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4866) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4764|1|10","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT right_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_right_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Theme.php:318
/modules/themeeditor/themeeditor.php:5310 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4692) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4866","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4801","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4691/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4691" AND compile_id="" |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4609) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4462) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SHOW COLUMNS FROM `ps_miravia_product` LIKE 'has_alert' |
0.2 |
1 |
|
|
/modules/lgmiravia/classes/MiraviaTools.php:2592
/modules/lgmiravia/lgmiravia.php:109 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/Dispatcher.php:412 /classes/Dispatcher.php:233 /classes/Dispatcher.php:198 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|5028","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4691) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4759","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/1/10/1/6/4692/64/b8/17/64b8176982eb378fa5ba1b61c746ffd1c61a0b19.productcomments_reviews.tpl.php'
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4692" AND compile_id="" |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/productcomments/productcomments.php:770 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 10)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 10)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 10)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4932
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4452
/classes/Product.php:4367 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4462) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getPriceRangeForSearchBloc|11|92c82f61e44dbdd0a25daf66c59cee540e782196|1|1|1|1|10|1|6|da39289efea23ad53591f376d27d81454ea99300" AND compile_id="" LIMIT 1 |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3510 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:1354 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3153 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3758 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /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 ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.2 |
10 |
Yes |
|
/classes/shop/Shop.php:663
/classes/shop/Shop.php:717 /classes/Configuration.php:244 /classes/shop/Shop.php:369 /config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4911) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 5028) |
0.2 |
2 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT left_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_left_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Theme.php:301
/modules/themeeditor/themeeditor.php:5231 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:69 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|5000" AND compile_id="" LIMIT 1 |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4738) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /config/config.inc.php:142 /index.php:27
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4911","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4462","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4626) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4759) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 10
AND ml.id_shop = 1 LIMIT 1 |
0.2 |
2 |
|
|
/classes/Meta.php:149
/classes/Meta.php:234 /classes/Meta.php:221 /classes/controller/FrontController.php:393 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4764 AND `id_shop` = 1 |
0.2 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4738","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5000) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Product.php:4280 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4932|1|10","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4932) |
0.2 |
1 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4866 AND `id_shop` = 1 |
0.2 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4611|1|10","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4462) |
0.2 |
3 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4866) |
0.2 |
1 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4759|1|10","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 10)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_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 `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 10)
WHERE pa.`id_product` = 5028
AND pac.`id_product_attribute` = 5289
AND agl.`id_lang` = 10 |
0.2 |
1 |
|
|
/classes/Product.php:5593
/classes/Product.php:5706 /classes/Link.php:154 /cache/smarty/compile/eb/6c/5f/eb6c5fe182bb26dd9619b9efe2c7acf95f8bd04d.file.product-list-colors.tpl.cache.php:39 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:308 /classes/controller/FrontController.php:1669 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|5000","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4654|1|10","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4759 AND `id_shop` = 1 |
0.2 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4626","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getCriterionsForSearchBloc|9|d27d7fdb22daa881a79dc00d721bd00e6aece205|1|1|1|1|10|1|6|da39289efea23ad53591f376d27d81454ea99300" AND compile_id="" LIMIT 1 |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3510 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:918 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3319 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3758 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4801|1|10","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4764","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 5096 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|5028|1|10" AND compile_id="" LIMIT 1 |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 5028 AND `id_shop` = 1 |
0.2 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4657","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4566) |
0.2 |
3 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4644|1|10","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4644","", FROM_UNIXTIME(1747958642)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_alias` |
0.1 |
87 |
|
|
/classes/Hook.php:187
/classes/Hook.php:209 /override/classes/Hook.php:196 /classes/Hook.php:440 /classes/Dispatcher.php:412 /classes/Dispatcher.php:233 /classes/Dispatcher.php:198 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4866|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4738) |
0.1 |
1 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4609
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4265 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4716","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4672) LIMIT 1 |
0.1 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4801) |
0.1 |
1 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4764) |
0.1 |
3 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4738 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4462|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4932 AND `id_shop` = 1 |
0.1 |
7 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4691|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1) WHERE `deleted` = 0 AND c.`active` = 1 ORDER BY `name` ASC |
0.1 |
16 |
Yes |
|
/classes/Currency.php:231
/classes/controller/FrontController.php:453 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4911
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4691","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 10
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Category.php:137 /modules/customergroup/customergroup.php:142 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4570|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 5000 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4609|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4716) |
0.1 |
2 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4653) |
0.1 |
3 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4672","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(left_column, default_left_column) as left_column, IFNULL(right_column, default_right_column) as right_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON (t.id_theme = tm.id_theme)
LEFT JOIN ps_meta m ON (m.id_meta = tm.id_meta)
WHERE t.id_theme =26 AND m.page = "best-sales" LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:275
/classes/controller/FrontController.php:147 /classes/controller/Controller.php:134 /classes/Dispatcher.php:364 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 3105 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4692) |
0.1 |
1 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4866 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
3 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.1 |
25 |
|
|
/classes/Language.php:892
/classes/Language.php:1001 /classes/Dispatcher.php:396 /classes/Dispatcher.php:222 /classes/Dispatcher.php:198 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4801 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4611","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4570 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4657|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.1 |
2 |
|
|
/classes/shop/Shop.php:1067
/classes/Configuration.php:191 /classes/Configuration.php:247 /classes/shop/Shop.php:369 /config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE ps_customer_group.id_group , ps_group_lang.name
FROM ps_customer_group
LEFT JOIN ps_group_lang ON ps_group_lang.id_group = ps_customer_group.id_group
WHERE ps_customer_group.id_customer = '' AND ps_group_lang.id_lang = '10' |
0.1 |
1 |
|
|
/modules/customergroup/customergroup.php:38
/classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 10
AND cl.id_shop = 1
AND cl.`id_category` = 21 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4279 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4691) |
0.1 |
1 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4692 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4738 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4626) |
0.1 |
3 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4570 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT left_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_left_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:301
/modules/themeeditor/themeeditor.php:5231 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:62 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 10) LIMIT 1 |
0.1 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Language.php:90 /classes/Tools.php:564 /classes/Dispatcher.php:226 /classes/Dispatcher.php:198 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4653 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4566 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl, t.id_theme, t.name, t.directory
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
LEFT JOIN ps_theme t ON (t.id_theme = s.id_theme)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/shop/Shop.php:202
/classes/shop/Shop.php:133 /classes/shop/Shop.php:397 /config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 5000 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT left_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_left_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:301
/modules/themeeditor/themeeditor.php:5231 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/3c/6c/34/3c6c34e1cac2e2861343e8e60925e1dfb9d27f2e.file.global.tpl.php:84 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/4a/35/98/4a3598bffa820b6b0d5494707365394e96698ac9.file.header.tpl.php:641 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/53/1d/43/531d43d333f323e579e1f876532a548044dc298f.file.layout.tpl.php:38 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:529 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 5000) |
0.1 |
1 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 10
LEFT JOIN `ps_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 |
0.1 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Category.php:137 /modules/customergroup/customergroup.php:142 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 10
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Category.php:137 /modules/customergroup/customergroup.php:142 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 10
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Category.php:137 /modules/customergroup/customergroup.php:142 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4657) |
0.1 |
2 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 10
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 109) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Category.php:137 /modules/customergroup/customergroup.php:142 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4845 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_category FROM `ps_pm_advancedsearch_category` WHERE id_search=1 |
0.1 |
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:140 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:202 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3747 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_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, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.1 |
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:108
/classes/Product.php:3073 /classes/Product.php:2878 /classes/Product.php:4317 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4753 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4759
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4801
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 10
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 88) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Category.php:137 /modules/customergroup/customergroup.php:142 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4716 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4673 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4611 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 5028 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT right_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_right_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:318
/modules/themeeditor/themeeditor.php:5233 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:62 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4626
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4738
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4609) |
0.1 |
3 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4644 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT left_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_left_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:301
/modules/themeeditor/themeeditor.php:5231 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:76 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT right_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_right_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:318
/modules/themeeditor/themeeditor.php:5233 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:76 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT left_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_left_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:301
/modules/themeeditor/themeeditor.php:5231 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:83 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT right_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_right_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:318
/modules/themeeditor/themeeditor.php:5233 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:69 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4609 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4673) |
0.1 |
2 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4644) |
0.1 |
2 |
|
|
/classes/Product.php:2998
/classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getCriterionsForSearchBloc|10|fab028bae0a5dbc3da88fa21b069bcaaa2f50978|1|1|1|1|10|1|6|da39289efea23ad53591f376d27d81454ea99300" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3510 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:918 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3319 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3758 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4692 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'small_default' LIMIT 1 |
0.1 |
1 |
|
|
/classes/Image.php:471
/modules/themeeditor/themeeditor.php:5333 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4716 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4759","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4801 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.1 |
5 |
|
|
/classes/Language.php:777
/config/config.inc.php:139 /index.php:27
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "lgcookieslaw" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /override/classes/Hook.php:57 /classes/Hook.php:440 /classes/Dispatcher.php:412 /classes/Dispatcher.php:233 /classes/Dispatcher.php:198 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4626","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getCriterionsForSearchBloc|6|5b5e07911d9c7f9287ebff2719d4893e2e031511|1|1|1|1|10|1|6|da39289efea23ad53591f376d27d81454ea99300" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3510 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:918 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3319 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3758 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4801
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4759
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4932|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4866
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:95
/classes/SmartyCustom.php:118 /classes/module/Module.php:2334 /classes/module/Module.php:2309 /modules/feeder/feeder.php:77 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4626
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4609
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_theme` a
WHERE (a.`id_theme` = 26) LIMIT 1 |
0.1 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /config/config.inc.php:115 /index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4654 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4566 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4691 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4657 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4654 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4657 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4692
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4738" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4204 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4657
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4716 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
2 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4626 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT right_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_right_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:318
/modules/themeeditor/themeeditor.php:5233 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:83 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/shop/Shop.php:131 /classes/shop/Shop.php:397 /config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 5000
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4462 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4653" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_fbpsc_connector_position` |
0.1 |
7 |
|
|
/modules/facebookpsconnect/lib/module-dao_class.php:356
/modules/facebookpsconnect/lib/hook/hook-display_class.php:221 /modules/facebookpsconnect/lib/hook/hook-display_class.php:84 /modules/facebookpsconnect/lib/hook/hook-ctrl_class.php:53 /modules/facebookpsconnect/facebookpsconnect.php:548 /modules/facebookpsconnect/facebookpsconnect.php:336 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4653 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT left_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_left_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:301
/modules/themeeditor/themeeditor.php:5231 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/3c/6c/34/3c6c34e1cac2e2861343e8e60925e1dfb9d27f2e.file.global.tpl.php:90 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/4a/35/98/4a3598bffa820b6b0d5494707365394e96698ac9.file.header.tpl.php:641 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/53/1d/43/531d43d333f323e579e1f876532a548044dc298f.file.layout.tpl.php:38 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:529 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4566
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4626 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='b39c455dbdd27cd3a624c5bbee120b85' AND cache_id="blocksearch_mod|1|1|1|1|10|1|6" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blocksearch_mod/blocksearch_mod.php:146 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:580 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4732 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4911 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 10
AND cl.id_shop = 1
AND cl.`id_category` = 128 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4279 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4932 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4866
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4738|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4644 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4609
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_miravia_manufacturer_data` (
`id_manufacturer` INT(11) NOT NULL,
`miravia_name` VARCHAR(128) NOT NULL,
`EU_Responsible` VARCHAR(128) NOT NULL,
`Manufacturer_info` VARCHAR(128) NOT NULL,
PRIMARY KEY (id_manufacturer)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8; |
0.1 |
1 |
|
|
/modules/lgmiravia/classes/MiraviaTools.php:2574
/modules/lgmiravia/lgmiravia.php:109 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/Dispatcher.php:412 /classes/Dispatcher.php:233 /classes/Dispatcher.php:198 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4691
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4911
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4691
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4627 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4672
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4657
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5028) AND (id_product_attribute = 287579) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4609 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4626 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4801" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4764 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4672 AND `id_shop` = 1 |
0.1 |
7 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 5289 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT left_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_left_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:301
/modules/themeeditor/themeeditor.php:5231 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/3c/6c/34/3c6c34e1cac2e2861343e8e60925e1dfb9d27f2e.file.global.tpl.php:96 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/4a/35/98/4a3598bffa820b6b0d5494707365394e96698ac9.file.header.tpl.php:641 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/53/1d/43/531d43d333f323e579e1f876532a548044dc298f.file.layout.tpl.php:38 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:529 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4566) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE ads.* , adsl.*, ads.`id_search`
FROM `ps_pm_advancedsearch` ads
LEFT JOIN `ps_pm_advancedsearch_lang` adsl ON (ads.`id_search` = adsl.`id_search` AND adsl.`id_lang` = 10 )
WHERE ads.`id_search` IN (1)
ORDER BY ads.`position` |
0.1 |
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngine.php:285 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:275 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3747 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4626|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4764) AND (id_product_attribute = 4643) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
0.1 |
4 |
|
|
/classes/Currency.php:470
/classes/Currency.php:479 /classes/module/Module.php:2283 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3504 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:918 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3319 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3758 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/shop/Shop.php:518 /config/config.inc.php:166 /index.php:27
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT left_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_left_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:301
/modules/themeeditor/themeeditor.php:5231 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/3c/6c/34/3c6c34e1cac2e2861343e8e60925e1dfb9d27f2e.file.global.tpl.php:108 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/4a/35/98/4a3598bffa820b6b0d5494707365394e96698ac9.file.header.tpl.php:641 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/53/1d/43/531d43d333f323e579e1f876532a548044dc298f.file.layout.tpl.php:38 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:529 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4611|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT right_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_right_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:318
/modules/themeeditor/themeeditor.php:5233 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/3c/6c/34/3c6c34e1cac2e2861343e8e60925e1dfb9d27f2e.file.global.tpl.php:108 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/4a/35/98/4a3598bffa820b6b0d5494707365394e96698ac9.file.header.tpl.php:641 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/53/1d/43/531d43d333f323e579e1f876532a548044dc298f.file.layout.tpl.php:38 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:529 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4462 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 5028
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT left_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_left_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:301
/modules/themeeditor/themeeditor.php:5231 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/3c/6c/34/3c6c34e1cac2e2861343e8e60925e1dfb9d27f2e.file.global.tpl.php:102 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/4a/35/98/4a3598bffa820b6b0d5494707365394e96698ac9.file.header.tpl.php:641 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/53/1d/43/531d43d333f323e579e1f876532a548044dc298f.file.layout.tpl.php:38 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:529 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4759" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Group.php:75 /classes/Group.php:338 /classes/Cart.php:184 /classes/Cart.php:179 /classes/controller/FrontController.php:348 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4764) AND (id_product_attribute = 4644) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Language.php:90 /config/config.inc.php:195 /index.php:27
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4759 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4768 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 5000
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "paypalwithfee" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/paypalwithfee/paypalwithfee.php:44 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT right_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_right_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:318
/modules/themeeditor/themeeditor.php:5233 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/3c/6c/34/3c6c34e1cac2e2861343e8e60925e1dfb9d27f2e.file.global.tpl.php:90 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/4a/35/98/4a3598bffa820b6b0d5494707365394e96698ac9.file.header.tpl.php:641 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/53/1d/43/531d43d333f323e579e1f876532a548044dc298f.file.layout.tpl.php:38 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:529 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4673 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4866|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE keyword,contador,results FROM `trending_statssearch` WHERE id_lang = 10 order by contador DESC |
0.1 |
25 |
Yes |
|
/modules/customergroup/customergroup.php:97
/classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT right_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_right_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:318
/modules/themeeditor/themeeditor.php:5233 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:90 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4570" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4566
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 5028
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4692
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4654
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
4 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4716|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4932 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.1 |
19 |
|
|
/classes/ImageType.php:143
/classes/ImageType.php:174 /controllers/front/BestSalesController.php:51 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT right_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_right_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:318
/modules/themeeditor/themeeditor.php:5233 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/3c/6c/34/3c6c34e1cac2e2861343e8e60925e1dfb9d27f2e.file.global.tpl.php:84 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/4a/35/98/4a3598bffa820b6b0d5494707365394e96698ac9.file.header.tpl.php:641 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/53/1d/43/531d43d333f323e579e1f876532a548044dc298f.file.layout.tpl.php:38 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:529 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT right_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_right_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:318
/modules/themeeditor/themeeditor.php:5233 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/3c/6c/34/3c6c34e1cac2e2861343e8e60925e1dfb9d27f2e.file.global.tpl.php:96 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/4a/35/98/4a3598bffa820b6b0d5494707365394e96698ac9.file.header.tpl.php:641 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/53/1d/43/531d43d333f323e579e1f876532a548044dc298f.file.layout.tpl.php:38 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:529 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4866" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4657
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4801 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4570
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='3ff7719ba20fdf62fbc6b5297f98a1a2' AND cache_id="blockcontactinfos|1|1|1|1|10|1|6" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockcontactinfos/blockcontactinfos.php:93 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4611","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4566|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'fr' LIMIT 1 |
0.1 |
1 |
|
|
/classes/Language.php:680
/modules/facebookpsconnect/lib/module-tools_class.php:282 /modules/facebookpsconnect/lib/module-tools_class.php:1034 /modules/facebookpsconnect/lib/hook/hook-display_class.php:144 /modules/facebookpsconnect/lib/hook/hook-display_class.php:118 /modules/facebookpsconnect/lib/hook/hook-ctrl_class.php:53 /modules/facebookpsconnect/facebookpsconnect.php:548 /modules/facebookpsconnect/facebookpsconnect.php:336 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4673) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4654
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
4 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4642 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4691 AND `id_shop` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4911" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4644
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4801|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4672 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4644) AND (id_product_attribute = 4328) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4692" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "shiptopay" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/redsys/redsys.php:108 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:120 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4644" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4566) AND (id_product_attribute = 4165) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 21 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 97 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4672
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 10
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 117) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Category.php:137 /modules/customergroup/customergroup.php:142 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 10
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 102) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Category.php:137 /modules/customergroup/customergroup.php:142 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4801) AND (id_product_attribute = 4845) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4644) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4754 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4764
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
2 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4657) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_category FROM `ps_pm_advancedsearch_products_cat` WHERE id_search=1 |
0.1 |
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:141 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:202 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3747 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_item`,`type` FROM `stories_home` where `active` = 1 ORDER BY `fecha_actualizacion` ASC; |
0.1 |
132 |
Yes |
|
/modules/customergroup/customergroup.php:136
/classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4672) AND (id_product_attribute = 4785) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4462) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4644|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4653|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.1 |
8 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Group.php:75 /classes/Group.php:338 /classes/Cart.php:184 /classes/Cart.php:179 /classes/controller/FrontController.php:348 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4611
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4672) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4654|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/shop/ShopUrl.php:169
/classes/shop/ShopUrl.php:183 /classes/Tools.php:312 /classes/Link.php:52 /config/config.inc.php:234 /index.php:27
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4764|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4911 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4911|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4738
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5028) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4657" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4673) AND (id_product_attribute = 4788) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4764) AND (id_product_attribute = 4642) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='906d705b18c1d50c3d702c4fa29a88ed' AND cache_id="blocksearch_mod|1|1|1|1|10|1|6" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blocksearch_mod/blocksearch_mod.php:121 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/52/e1/45/52e145a3af78feaf349d33da9ab1c5aa33c7c596.file.mobile-header1.tpl.php:95 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/4a/35/98/4a3598bffa820b6b0d5494707365394e96698ac9.file.header.tpl.php:931 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/53/1d/43/531d43d333f323e579e1f876532a548044dc298f.file.layout.tpl.php:38 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:529 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4570
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4801","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4759|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4462 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 10
AND cl.id_shop = 1
AND cl.`id_category` = 6 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4279 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_image FROM ps_image WHERE id_product = 4611 AND (cover = 0 or cover IS NULL) ORDER BY `position` LIMIT 1 |
0.1 |
1 |
Yes |
|
/override/classes/Link.php:19
/modules/themeeditor/themeeditor.php:5465 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:175 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4459 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 10
AND cl.id_shop = 1
AND cl.`id_category` = 24 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4279 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4462) AND (id_product_attribute = 3105) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4716
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4164 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4581 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4611
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4462" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1 |
0.1 |
1 |
|
|
/classes/Image.php:471
/controllers/front/BestSalesController.php:51 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4566) AND (id_product_attribute = 4164) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4653) AND (id_product_attribute = 4730) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(
(
SELECT right_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =26
AND m.page = "best-sales" ) , default_right_column
)
FROM ps_theme
WHERE id_theme =26 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Theme.php:318
/modules/themeeditor/themeeditor.php:5233 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/3c/6c/34/3c6c34e1cac2e2861343e8e60925e1dfb9d27f2e.file.global.tpl.php:102 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/4a/35/98/4a3598bffa820b6b0d5494707365394e96698ac9.file.header.tpl.php:641 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/53/1d/43/531d43d333f323e579e1f876532a548044dc298f.file.layout.tpl.php:38 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:529 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4866 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4653
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4570) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4626 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4716","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4673|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4462 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4462
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-05-23 00:00:00' AND '2025-05-23 23:59:59' LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:302
/classes/SpecificPrice.php:348 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4197 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 375 AND `id_shop` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2218
/modules/themeeditor/themeeditor.php:5319 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 10
AND cl.id_shop = 1
AND cl.`id_category` = 36 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4279 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4932
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:761 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4654" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4759 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4644
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4566" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4738
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5028) AND (id_product_attribute = 5289) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4692|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 5000 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4654) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-05-23 00:00:00' AND '2025-05-23 23:59:59' LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:306
/classes/SpecificPrice.php:348 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4462|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4611) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4738) AND (id_product_attribute = 4581) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4738) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|5000","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4462) AND (id_product_attribute = 288746) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4759) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4657 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4609) AND (id_product_attribute = 4198) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4673" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4566","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 10
AND cl.id_shop = 1
AND cl.`id_category` = 20 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4279 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4566) AND (id_product_attribute = 4166) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4657) AND (id_product_attribute = 4769) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4866) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4801) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 5053 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4462
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4764
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
2 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE active FROM `ps_cart_rule` where id_cart_rule = 364 and active = 1 and date_from <= NOW() and date_to >= NOW() order by id_cart_rule DESC limit 1; |
0.1 |
0 |
|
|
/modules/customergroup/customergroup.php:100
/classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 536 AND `id_shop` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2218
/override/classes/Hook.php:57 /classes/Hook.php:440 /classes/Dispatcher.php:412 /classes/Dispatcher.php:233 /classes/Dispatcher.php:198 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 10
AND cl.id_shop = 1
AND cl.`id_category` = 17 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4279 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4626) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4692) AND (id_product_attribute = 4754) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4691" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4566 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4609 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4626) AND (id_product_attribute = 4265) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5028
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE content FROM ps_lgcookieslaw_lang WHERE id_lang = 10 LIMIT 1 |
0.1 |
1 |
|
|
/modules/lgcookieslaw/lgcookieslaw.php:161
/modules/lgcookieslaw/lgcookieslaw.php:1174 /modules/lgcookieslaw/lgcookieslaw.php:1151 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 523 AND `id_shop` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2218
/modules/paypalwithfee/paypalwithfee.php:44 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4932) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|5000|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "yotpo" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2217 /modules/themeeditor/themeeditor.php:5319 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4759 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4787 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='b8d72141874b4ab07a0f13e7134f188e' AND cache_id="iqitmegamenu|1|1|1|1|10|1|6|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/iqitmegamenu/iqitmegamenu.php:4393 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/4a/35/98/4a3598bffa820b6b0d5494707365394e96698ac9.file.header.tpl.php:950 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/53/1d/43/531d43d333f323e579e1f876532a548044dc298f.file.layout.tpl.php:38 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:529 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4716) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4644) AND (id_product_attribute = 4327) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4609","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4764" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4759
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4764
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_cms FROM `ps_pm_advancedsearch_cms` WHERE id_search=1 |
0.1 |
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:142 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:202 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3747 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 10
AND cl.id_shop = 1
AND cl.`id_category` = 101 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4279 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4566
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4672|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4657","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4738 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4609" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_default_group`
FROM `ps_customer`
WHERE `id_customer` = 0 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Customer.php:724
/modules/customergroup/customergroup.php:41 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 5244 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4626" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4657) AND (id_product_attribute = 4768) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4626) AND (id_product_attribute = 4266) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4764) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 10
AND cl.id_shop = 1
AND cl.`id_category` = 97 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4279 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4673
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'en' LIMIT 1 |
0.1 |
1 |
|
|
/classes/Language.php:680
/classes/Tools.php:553 /classes/Dispatcher.php:226 /classes/Dispatcher.php:198 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4866","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 24 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4570|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4716) AND (id_product_attribute = 4460) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4691|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4932" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|5000|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4866|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4177 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:343
/classes/Product.php:1177 /classes/Product.php:4284 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4673) AND (id_product_attribute = 4787) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 5028 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getProductsSearched|60a6c74f94d097f40f362cfed11f281ffdbfb4d5|1|1|1|1|10|1|6|da39289efea23ad53591f376d27d81454ea99300" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3510 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:1521 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3354 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3758 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4716" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2218
/modules/themeeditor/themeeditor.php:5323 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4866) AND (id_product_attribute = 4939) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 10
AND cl.id_shop = 1
AND cl.`id_category` = 83 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4279 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 101 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4759) AND (id_product_attribute = 4627) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4609|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4611 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 10
AND id_shop = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/ObjectModel.php:1450
/classes/Tools.php:499 /classes/controller/FrontController.php:241 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4801|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4626
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4672) AND (id_product_attribute = 4786) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4611) AND (id_product_attribute = 4204) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5000) AND (id_product_attribute = 5244) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4653) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 13 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4866 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='template' LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:142
/classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3510 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:918 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3319 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3758 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4570) AND (id_product_attribute = 4177) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4692) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4691) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 11 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4462) AND (id_product_attribute = 288747) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5028 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4654) AND (id_product_attribute = 4732) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4611
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4611 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4566 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockwishlist" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2217 /modules/themeeditor/themeeditor.php:5323 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4609) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4657|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 29 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4911|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4691 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4932","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 128 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/ObjectModel.php:1450
/classes/Tools.php:619 /classes/controller/FrontController.php:289 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 131 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_attribute_group` FROM `ps_attribute_group` WHERE `is_color_group`=1 |
0.1 |
7 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineIndexation.php:1469 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3079 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3758 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4911) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|5028|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:49 /classes/SmartyCustom.php:308 /classes/controller/FrontController.php:1669 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4801
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4932) AND (id_product_attribute = 5096) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4932
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4644
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4764|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4691","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5000) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4353 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4566|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 10
AND cl.id_shop = 1
AND cl.`id_category` = 29 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4279 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4672" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4691 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/tax/TaxRulesTaxManager.php:115 /classes/Product.php:3050 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4626|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 4716
AND pc.`deleted` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:765 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4654
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 83 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4672","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|5028|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4932
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4801 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "checkout_klarna" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/rcpgtagmanager/src/rcpgtagmanagertools.php:762 /modules/rcpgtagmanager/rcpgtagmanager.php:1510 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4462
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4653) AND (id_product_attribute = 4731) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4570 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4759 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'es' LIMIT 1 |
0.1 |
1 |
|
|
/classes/Language.php:680
/modules/facebookpsconnect/lib/module-tools_class.php:282 /modules/facebookpsconnect/lib/module-tools_class.php:1034 /modules/facebookpsconnect/lib/hook/hook-display_class.php:144 /modules/facebookpsconnect/lib/hook/hook-display_class.php:118 /modules/facebookpsconnect/lib/hook/hook-ctrl_class.php:53 /modules/facebookpsconnect/facebookpsconnect.php:548 /modules/facebookpsconnect/facebookpsconnect.php:336 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4692 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4609|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4759) AND (id_product_attribute = 4628) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4759) AND (id_product_attribute = 4629) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4759|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4716 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4653 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 6 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4738 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4672 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4611 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "checkoutklarna" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/rcpgtagmanager/src/rcpgtagmanagertools.php:762 /modules/rcpgtagmanager/rcpgtagmanager.php:1510 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4644","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 10
AND cl.id_shop = 1
AND cl.`id_category` = 11 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4279 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4570|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4570","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE required FROM ps_lgcookieslaw_lang WHERE id_lang = 10 LIMIT 1 |
0.1 |
1 |
|
|
/modules/lgcookieslaw/lgcookieslaw.php:161
/modules/lgcookieslaw/lgcookieslaw.php:1175 /modules/lgcookieslaw/lgcookieslaw.php:1151 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4609) AND (id_product_attribute = 4199) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4570 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4932|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 10
AND cl.id_shop = 1
AND cl.`id_category` = 13 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4279 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4692
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4609) AND (id_product_attribute = 4197) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4657|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4672
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4654 LIMIT 1 |
0.1 |
4 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 10
AND cl.id_shop = 1
AND cl.`id_category` = 131 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4279 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4653) AND (id_product_attribute = 4729) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4716|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|5028","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/ObjectModel.php:1450
/classes/Group.php:341 /classes/Cart.php:184 /classes/Cart.php:179 /classes/controller/FrontController.php:348 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4801 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4911) AND (id_product_attribute = 5053) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 10
AND cl.id_shop = 1
AND cl.`id_category` = 9 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4279 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5000
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 10
AND cl.id_shop = 1
AND cl.`id_category` = 12 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4279 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4866
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4866 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4692","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4692 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4654 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4570
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'it' LIMIT 1 |
0.1 |
1 |
|
|
/classes/Language.php:680
/modules/facebookpsconnect/lib/module-tools_class.php:282 /modules/facebookpsconnect/lib/module-tools_class.php:1034 /modules/facebookpsconnect/lib/hook/hook-display_class.php:144 /modules/facebookpsconnect/lib/hook/hook-display_class.php:118 /modules/facebookpsconnect/lib/hook/hook-ctrl_class.php:53 /modules/facebookpsconnect/facebookpsconnect.php:548 /modules/facebookpsconnect/facebookpsconnect.php:336 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4716) AND (id_product_attribute = 4459) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4716 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4692 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4911","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4932 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4611|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5028 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4911 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4644|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Group.php:133
/classes/Product.php:3115 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4654|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5000 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 9 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4644 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4653 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4738","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blocklayered" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /classes/Product.php:5519 /classes/Product.php:5706 /classes/Link.php:154 /cache/smarty/compile/eb/6c/5f/eb6c5fe182bb26dd9619b9efe2c7acf95f8bd04d.file.product-list-colors.tpl.cache.php:39 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:308 /classes/controller/FrontController.php:1669 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4654","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9ac8918619debd9b4516a5e852a9e733' AND cache_id="productlist_colors|4672|1|10" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:578 /classes/controller/FrontController.php:1643 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4911
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 17 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 36 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4764","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1 |
0.1 |
2 |
|
|
/classes/shop/Shop.php:1068
/classes/Configuration.php:191 /classes/Configuration.php:247 /classes/shop/Shop.php:369 /config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4609 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 12 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('8a4878b5c2e5c7f703642cfac35d660b',"productcomments|1|1|1|1|10|1|6|4462","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4462 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8a4878b5c2e5c7f703642cfac35d660b' AND cache_id="productcomments|1|1|1|1|10|1|6|4611" AND compile_id="" LIMIT 1 |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/productcomments/productcomments.php:759 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4673 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4566 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4644 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4657 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4672 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4716
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2963 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4644 LIMIT 1 |
0.1 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4738|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "onepagecheckout" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/rcpgtagmanager/src/rcpgtagmanagertools.php:762 /modules/rcpgtagmanager/rcpgtagmanager.php:1510 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4462|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4654 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4691) AND (id_product_attribute = 4753) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3281 /classes/Product.php:4362 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4570 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4626 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4609 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "checkoutklarnauk" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/rcpgtagmanager/src/rcpgtagmanagertools.php:762 /modules/rcpgtagmanager/rcpgtagmanager.php:1510 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 4764 LIMIT 1 |
0.1 |
2 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:766 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:271 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4738 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4692|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_product FROM `ps_pm_advancedsearch_products` WHERE id_search=1 |
0.1 |
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:145 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:202 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3747 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4626) AND (id_product_attribute = 4267) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:2101 /modules/attributes/attributes.php:27 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4673 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4932 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('9ac8918619debd9b4516a5e852a9e733',"productlist_colors|4691|1|10","", FROM_UNIXTIME(1747958642)) |
0.1 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/BestSalesController.php:45 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "klarnaofficial" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/rcpgtagmanager/src/rcpgtagmanagertools.php:762 /modules/rcpgtagmanager/rcpgtagmanager.php:1510 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4691 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4911 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4657 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "supercheckout" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/rcpgtagmanager/src/rcpgtagmanagertools.php:762 /modules/rcpgtagmanager/rcpgtagmanager.php:1510 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4764 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5033
/classes/Product.php:3049 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4672 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 20 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /modules/attributes/attributes.php:26 /classes/Hook.php:599 /classes/Hook.php:546 /cache/smarty/compile/84/33/2c/84332cd8dc3b11b7526c3c542137e3fb30374436.file.product-list.tpl.php:436 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/40/3d/71/403d71a762947f16a7fb708839cd0d533130111f.file.best-sales.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "bestkit_opc" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/rcpgtagmanager/src/rcpgtagmanagertools.php:762 /modules/rcpgtagmanager/rcpgtagmanager.php:1510 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5000 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE additional FROM ps_lgcookieslaw_lang WHERE id_lang = 10 LIMIT 1 |
0.1 |
1 |
|
|
/modules/lgcookieslaw/lgcookieslaw.php:161
/modules/lgcookieslaw/lgcookieslaw.php:1176 /modules/lgcookieslaw/lgcookieslaw.php:1151 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_module FROM ps_lgcookieslaw; |
< 1 |
1 |
|
|
/override/classes/Hook.php:61
/classes/Hook.php:440 /classes/Dispatcher.php:412 /classes/Dispatcher.php:233 /classes/Dispatcher.php:198 /index.php:28
|
SELECT SQL_NO_CACHE button1 FROM ps_lgcookieslaw_lang WHERE id_lang = 10 LIMIT 1 |
< 1 |
1 |
|
|
/modules/lgcookieslaw/lgcookieslaw.php:161
/modules/lgcookieslaw/lgcookieslaw.php:1177 /modules/lgcookieslaw/lgcookieslaw.php:1151 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE button2 FROM ps_lgcookieslaw_lang WHERE id_lang = 10 LIMIT 1 |
< 1 |
1 |
|
|
/modules/lgcookieslaw/lgcookieslaw.php:161
/modules/lgcookieslaw/lgcookieslaw.php:1178 /modules/lgcookieslaw/lgcookieslaw.php:1151 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "onepagecheckoutps" LIMIT 1 |
< 1 |
0 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/rcpgtagmanager/src/rcpgtagmanagertools.php:762 /modules/rcpgtagmanager/rcpgtagmanager.php:1510 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4764 AND `id_group` = 1 LIMIT 1 |
< 1 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3111 /classes/Product.php:2878 /classes/Product.php:4291 /classes/Product.php:4424 /classes/ProductSale.php:148 /controllers/front/BestSalesController.php:44 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_supplier FROM `ps_pm_advancedsearch_suppliers` WHERE id_search=1 |
< 1 |
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:143 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:202 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3747 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE page FROM `ps_pm_advancedsearch_special_pages` WHERE id_search=1 |
< 1 |
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:146 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:202 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3747 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_pm_advancedsearch_manufacturers` WHERE id_search=1 |
< 1 |
1 |
|
|
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48
/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:83 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:144 /modules/pm_advancedsearch4/classes/As4SearchEngine.php:202 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3747 /modules/pm_advancedsearch4/pm_advancedsearch4.php:3849 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/BestSalesController.php:34 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:372 /index.php:28
|