SELECT SQL_NO_CACHE DISTINCT p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description_short`, pl.`link_rewrite`, pl.`name`, pl.`available_now`, pl.`available_later`,
MAX(image_shop.`id_image`) id_image, il.`legend`, m.`name` manufacturer_name, 1 position,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2025-04-28 00:00:00",
INTERVAL 20 DAY
)
) > 0 new
FROM
`ps_tag` t
STRAIGHT_JOIN `ps_product_tag` pt ON (pt.`id_tag` = t.`id_tag` AND t.`id_lang` = 3)
STRAIGHT_JOIN `ps_product` p ON (p.`id_product` = pt.`id_product`)
INNER JOIN `ps_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 3 AND pl.id_shop = 1
)
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_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` = 3)
LEFT JOIN `ps_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN `ps_category_product` cp ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = cp.`id_category`)
LEFT JOIN `ps_category_shop` cs ON (cp.`id_category` = cs.`id_category` AND cs.`id_shop` = 1)
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 cs.`id_shop` = 1
AND cg.`id_group` = 1
AND t.`name` LIKE '%Drones peru%'
GROUP BY product_shop.id_product
ORDER BY position DESC
LIMIT 0,25 |
6.3 |
1146 |
|
|
/classes/Search.php:857
/controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 211) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
4.8 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT pt.`id_product`) nb
FROM
`ps_tag` t
STRAIGHT_JOIN `ps_product_tag` pt ON (pt.`id_tag` = t.`id_tag` AND t.`id_lang` = 3)
STRAIGHT_JOIN `ps_product` p ON (p.`id_product` = pt.`id_product`)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_product` cp ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_category_shop` cs ON (cp.`id_category` = cs.`id_category` AND cs.`id_shop` = 1)
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = cp.`id_category`)
WHERE product_shop.`active` = 1
AND p.visibility IN ('both', 'search')
AND cs.`id_shop` = 1
AND cg.`id_group` = 1
AND t.`name` LIKE '%Drones peru%' LIMIT 1 |
2.7 |
1146 |
|
|
/classes/Search.php:819
/controllers/front/SearchController.php:119 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 179) LIMIT 1 |
2.7 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|152|1|3" AND compile_id="" LIMIT 1 |
2.5 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 |
2.4 |
525 |
|
|
/classes/Hook.php:235
/classes/Hook.php:275 /classes/tax/TaxManagerFactory.php:67 /classes/tax/TaxManagerFactory.php:46 /classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 3
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
2.1 |
102 |
Yes |
|
/classes/Category.php:584
/modules/tmsearch/tmsearch.php:473 /modules/tmsearch/tmsearch.php:586 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 3)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
2 |
244 |
Yes |
|
/classes/Country.php:130
/modules/blocknewsletter/blocknewsletter.php:74 :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/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 h.`name` != "displayPaymentEU") 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.7 |
220 |
Yes |
Yes |
/classes/Hook.php:355
/classes/Hook.php:440 /classes/Dispatcher.php:407 /classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /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`) |
1.6 |
823 |
|
|
/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
|
INSERT INTO `ps_statssearch` (`id_shop`, `id_shop_group`, `keywords`, `results`, `date_add`)
VALUES (1, 1, 'Drones peru', 25, NOW()) |
1.4 |
1 |
|
|
/modules/statssearch/statssearch.php:93
/classes/Hook.php:599 /classes/Hook.php:548 /controllers/front/SearchController.php:122 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|152|1|3%" |
0.9 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|170|1|3%" |
0.9 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|123|1|3%" |
0.9 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|201|1|3%" |
0.9 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|223|1|3%" |
0.9 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|209|1|3%" |
0.9 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 3)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1 AND c.active = 1
ORDER BY cl.name ASC |
0.9 |
244 |
Yes |
|
/classes/Country.php:130
/modules/tmheaderaccount/tmheaderaccount.php:695 /modules/tmheaderaccount/tmheaderaccount.php:764 /modules/tmheaderaccount/tmheaderaccount.php:806 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|213|1|3%" |
0.9 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a73df2273fb50a3994f1ae7152fe2880',"productlist_colors|212|1|3","", FROM_UNIXTIME(1745834409)) |
0.9 |
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:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|222|1|3%" |
0.9 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|182|1|3%" |
0.9 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 |
125 |
|
|
/classes/module/Module.php:277
/modules/tmcollections/tmcollections.php:47 :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:407 /classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|214|1|3%" |
0.9 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|171|1|3%" |
0.9 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|205|1|3%" |
0.9 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|211|1|3%" |
0.9 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|216|1|3%" |
0.9 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|204|1|3%" |
0.9 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 11) LIMIT 1 |
0.9 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|164|1|3%" |
0.9 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 'dronesperu.org' OR su.domain_ssl = 'dronesperu.org')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.9 |
1 |
Yes |
|
/classes/shop/Shop.php:334
/config/config.inc.php:114 /index.php:27
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|165|1|3%" |
0.8 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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.8 |
125 |
|
|
/classes/module/Module.php:277
/modules/socialsharing/socialsharing.php:45 :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/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (109,123,136,150,152,164,165,166,170,171,182,206,211,212,201,204,205,214,216,222,209,213,215,221,223) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.8 |
1 |
Yes |
Yes |
/classes/Product.php:3468
/classes/controller/FrontController.php:1652 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC |
0.8 |
364 |
Yes |
|
/classes/Country.php:137
/modules/blocknewsletter/blocknewsletter.php:74 :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/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='34ddc602cb33e32d09ccb6ae2ee5f5a7' AND cache_id LIKE "tmproductlistgallery|1|1|1|21|0%" |
0.8 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:546 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 177) LIMIT 1 |
0.8 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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.8 |
125 |
|
|
/classes/module/Module.php:277
/modules/smartblog/smartblog.php:24 :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:407 /classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /index.php:28
|
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'en', '0') |
0.8 |
1 |
|
|
/classes/ObjectModel.php:487
/classes/ObjectModel.php:445 /classes/Guest.php:193 /modules/statsdata/statsdata.php:104 /modules/statsdata/statsdata.php:80 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('10428950', '9', '308349356', '', '1', '1', '2025-04-28 06:00:09') |
0.8 |
1 |
|
|
/classes/ObjectModel.php:487
/classes/Connection.php:158 /classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC |
0.7 |
364 |
Yes |
|
/classes/Country.php:137
/modules/tmheaderaccount/tmheaderaccount.php:695 /modules/tmheaderaccount/tmheaderaccount.php:764 /modules/tmheaderaccount/tmheaderaccount.php:806 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product`) FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.7 |
79 |
|
|
/classes/SpecificPrice.php:230
/classes/SpecificPrice.php:283 /classes/SpecificPrice.php:348 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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:407 /classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a73df2273fb50a3994f1ae7152fe2880',"productlist_colors|166|1|3","", FROM_UNIXTIME(1745834409)) |
0.7 |
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:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a73df2273fb50a3994f1ae7152fe2880',"productlist_colors|221|1|3","", FROM_UNIXTIME(1745834409)) |
0.7 |
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:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a73df2273fb50a3994f1ae7152fe2880',"productlist_colors|215|1|3","", FROM_UNIXTIME(1745834409)) |
0.7 |
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:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='fae93e843c6ac5056516dce6cb97fabd' AND cache_id LIKE "blockpaymentlogo|1|1|1|21%" |
0.7 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockpaymentlogo/blockpaymentlogo.php:93 /modules/blockpaymentlogo/blockpaymentlogo.php:113 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a73df2273fb50a3994f1ae7152fe2880',"productlist_colors|109|1|3","", FROM_UNIXTIME(1745834409)) |
0.7 |
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:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a73df2273fb50a3994f1ae7152fe2880',"productlist_colors|206|1|3","", FROM_UNIXTIME(1745834409)) |
0.7 |
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:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 |
138 |
Yes |
|
/classes/Dispatcher.php:452
/classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a73df2273fb50a3994f1ae7152fe2880',"productlist_colors|136|1|3","", FROM_UNIXTIME(1745834409)) |
0.6 |
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:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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 |
1 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.6 |
785 |
|
|
/classes/module/Module.php:2141
/classes/Hook.php:499 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 211
ORDER BY f.position ASC |
0.6 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 |
125 |
|
|
/classes/module/Module.php:277
/modules/tmsearch/tmsearch.php:46 :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:407 /classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 170) AND (b.`id_shop` = 1) LIMIT 1 |
0.6 |
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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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.6 |
1 |
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 l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.6 |
5 |
|
|
/classes/Language.php:777
/config/config.inc.php:139 /index.php:27
|
SELECT SQL_NO_CACHE tl.`id_unique`, tl.`id_item`
FROM ps_tmmegalayout_items tl
JOIN ps_tmmegalayout t
ON(t.`id_layout`=tl.`id_layout`)
LEFT JOIN ps_tmmegalayout_pages tp
ON(t.`id_layout`=tp.`id_layout`)
WHERE t.`id_shop` = 1
AND (t.`status` = 1 OR tp.`status` = 1) |
0.6 |
384 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutItems.php:114
/modules/tmmegalayout/tmmegalayout.php:1605 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 176) LIMIT 1 |
0.5 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 171) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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 |
2 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 204
ORDER BY f.position ASC |
0.5 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_tmmegalayout_items
WHERE `id_layout` =1 |
0.5 |
384 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutItems.php:90
/modules/tmmegalayout/tmmegalayout.php:599 /modules/tmmegalayout/tmmegalayout.php:1014 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 206) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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 |
2 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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 |
1 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = "search"
OR m.page = "search"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.5 |
1 |
|
|
/classes/Meta.php:149
/classes/Meta.php:234 /classes/Meta.php:221 /classes/controller/FrontController.php:393 /controllers/front/SearchController.php:39 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 150) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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 |
2 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 214) AND (b.`id_shop` = 1) LIMIT 1 |
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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 212) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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 |
2 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 109) |
0.5 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
0.5 |
79 |
|
|
/classes/SpecificPrice.php:238
/classes/SpecificPrice.php:283 /classes/SpecificPrice.php:348 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 223
ORDER BY f.position ASC |
0.5 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 214) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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 |
3 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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.5 |
3 |
|
|
/classes/Currency.php:470
/classes/Currency.php:479 /classes/module/Module.php:2283 /modules/tmproductlistgallery/tmproductlistgallery.php:585 /modules/tmproductlistgallery/tmproductlistgallery.php:546 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 109) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 =2 AND m.page = "search" LIMIT 1 |
0.5 |
1 |
|
|
/classes/Theme.php:275
/classes/controller/FrontController.php:147 /classes/controller/Controller.php:134 /classes/Dispatcher.php:359 /index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 10428950
AND `date_add` > '2025-04-28 05:30:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.5 |
1 |
Yes |
|
/classes/Connection.php:138
/classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE tdd.*, tddl.`label`
FROM ps_tmdaydeal tdd
LEFT JOIN ps_tmdaydeal_lang tddl
ON(tdd.`id_tab` = tddl.`id_tab`)
JOIN ps_specific_price sp
ON(sp.`id_specific_price` = tdd.`id_specific_price`)
WHERE tdd.`id_product` = 171
AND tdd.`id_shop` = 1
AND tddl.`id_lang` = 3
AND tdd.`status` = 1
AND tdd.`data_end` >= '2025-04-28 06:00:00'
AND tdd.`data_start` <= '2025-04-28 06:00:00'
ORDER BY tdd.`id_tab` |
0.5 |
39 |
Yes |
|
/modules/tmdaydeal/classes/DayDeal.php:165
/modules/tmdaydeal/tmdaydeal.php:986 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:103 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 166
ORDER BY f.position ASC |
0.5 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 109
ORDER BY f.position ASC |
0.5 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 17 LIMIT 1 |
0.5 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4283 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 221) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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 |
1 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 201) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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 |
2 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 21
AND tr.`id_tax_rules_group` = 2
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.5 |
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:108
/classes/Product.php:3054 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 212) AND (b.`id_shop` = 1) LIMIT 1 |
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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 182) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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 |
2 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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 |
1 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 215) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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 |
2 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 136) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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 |
3 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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 |
1 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 221) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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 |
2 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 206) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 204) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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.4 |
2 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 16
AND `status` = 1 |
0.4 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE id_tab, class_name FROM `ps_tab` |
0.4 |
137 |
|
|
/classes/Tab.php:296
/modules/tmoneclickorder/tmoneclickorder.php:105 :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/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 178) LIMIT 1 |
0.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 123) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 223) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 182) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 206
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 216
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 123
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='d45761cce87889c73d7c7cf6a19b7636' AND cache_id="blockbanner|1|1|1|21" 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/blockbanner/blockbanner.php:93 /modules/blockbanner/blockbanner.php:111 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:178 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /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.4 |
9 |
Yes |
|
/classes/Currency.php:231
/classes/controller/FrontController.php:453 /controllers/front/SearchController.php:39 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 12) LIMIT 1 |
0.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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.4 |
5 |
|
|
/classes/Language.php:892
/classes/Language.php:992 /classes/Dispatcher.php:391 /classes/Dispatcher.php:217 /classes/Dispatcher.php:193 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmhtmlcontent`
WHERE id_shop = 1 AND id_lang = 3
AND hook = 'top' AND active = 1
ORDER BY item_order ASC |
0.4 |
1 |
Yes |
|
/modules/tmhtmlcontent/tmhtmlcontent.php:214
/modules/tmhtmlcontent/tmhtmlcontent.php:158 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 171) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 136) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 205) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_themeconfigurator`
WHERE id_shop = 1 AND id_lang = 3
AND hook = 'footer' AND active = 1
ORDER BY item_order ASC |
0.4 |
29 |
Yes |
|
/modules/themeconfigurator/themeconfigurator.php:375
/modules/themeconfigurator/themeconfigurator.php:359 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 150 AND id_shop=1 LIMIT 1 |
0.4 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
0.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /config/config.inc.php:142 /index.php:27
|
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` = 166) |
0.4 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.4 |
1 |
|
|
/classes/shop/ShopUrl.php:169
/classes/shop/ShopUrl.php:183 /classes/Tools.php:314 /classes/Link.php:52 /config/config.inc.php:234 /index.php:27
|
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 212
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 358) LIMIT 1 |
0.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|212" 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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 211) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 171
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 165
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_tmmegalayout_items
WHERE `id_layout` =7 |
0.4 |
384 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutItems.php:90
/modules/tmmegalayout/tmmegalayout.php:599 /modules/tmmegalayout/tmmegalayout.php:1014 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 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, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 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.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 215
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
0.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegamenu/tmmegamenu.php:2685 /modules/tmmegamenu/tmmegamenu.php:2801 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 150
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.4 |
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 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` = 182) |
0.4 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 164) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 209
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 182
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 166) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 222
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3) LIMIT 1 |
0.4 |
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 *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 204) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-04-28 00:00:00' AND '2025-04-28 23:59:59' LIMIT 1 |
0.4 |
1 |
|
|
/classes/SpecificPrice.php:302
/classes/SpecificPrice.php:348 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 150) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 223) |
0.4 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='fae93e843c6ac5056516dce6cb97fabd' AND cache_id="blockpaymentlogo|1|1|1|21" AND compile_id="" LIMIT 1 |
0.4 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockpaymentlogo/blockpaymentlogo.php:93 /modules/blockpaymentlogo/blockpaymentlogo.php:113 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_layout`, `layout_name`, `hook_name`, `status`
FROM ps_tmmegalayout
WHERE `id_shop` = 1 |
0.4 |
24 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:124
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 213
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Group.php:75 /classes/Group.php:346 /classes/Cart.php:184 /classes/Cart.php:179 /classes/controller/FrontController.php:348 /controllers/front/SearchController.php:39 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|223" 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/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 10428950
AND `date_add` > '2025-04-28 05:30:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.4 |
1 |
Yes |
|
/classes/Connection.php:138
/classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /classes/Hook.php:599 /classes/Hook.php:548 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 201) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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:617 /classes/controller/FrontController.php:289 /controllers/front/SearchController.php:39 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 152
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 170) |
0.4 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' AND active = 1 LIMIT 1 |
0.4 |
1 |
|
|
/classes/Country.php:173
/classes/Tools.php:588 /modules/tmheaderaccount/tmheaderaccount.php:691 /modules/tmheaderaccount/tmheaderaccount.php:764 /modules/tmheaderaccount/tmheaderaccount.php:806 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' AND active = 1 LIMIT 1 |
0.4 |
1 |
|
|
/classes/Country.php:173
/classes/Tools.php:588 /classes/controller/FrontController.php:277 /controllers/front/SearchController.php:39 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|109|1|3" AND compile_id="" LIMIT 1 |
0.4 |
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:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 170
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) n
FROM `ps_module_shop`
WHERE id_module=20 AND id_shop IN (1)
GROUP BY id_module
HAVING n=1 LIMIT 1 |
0.4 |
1 |
|
|
/classes/module/Module.php:2209
/modules/tmnewsletter/tmnewsletter.php:888 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|215" 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/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 209) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 165) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.4 |
17 |
|
|
/classes/ImageType.php:143
/classes/ImageType.php:174 /controllers/front/SearchController.php:131 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gender` a0
LEFT JOIN `ps_gender_lang` `a1` ON (a0.`id_gender` = a1.`id_gender`)
WHERE (a1.`id_lang` = 3) |
0.4 |
2 |
|
|
/classes/PrestaShopCollection.php:358
/classes/PrestaShopCollection.php:397 /cache/smarty/compile/eb/0d/df/eb0ddfae8270ba16e28f40dcd79b67d110fcf193.file.tmheaderaccount-content.tpl.php:205 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c2/ca/6e/c2ca6e86178ea77eced5b7314042bd12e94cef0d.file.tmheaderaccount.tpl.php:43 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /classes/module/Module.php:2309 /modules/tmheaderaccount/tmheaderaccount.php:821 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 164
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 221
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='350b64fdfc7f2b68bc323d7e925f3da3' AND cache_id="tmheaderaccount|1|1|1|21" 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/tmheaderaccount/tmheaderaccount.php:911 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmheaderaccount/tmheaderaccount.php:800 /modules/tmheaderaccount/tmheaderaccount.php:806 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 201
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockwishlist" LIMIT 1 |
0.4 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 214
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 213) AND (b.`id_shop` = 1) LIMIT 1 |
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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 215) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|223" 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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|211" 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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|201|1|3" AND compile_id="" LIMIT 1 |
0.4 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 4) LIMIT 1 |
0.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Language.php:90 /classes/Language.php:723 /classes/Tools.php:517 /classes/controller/FrontController.php:241 /controllers/front/SearchController.php:39 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='2cb1c359e6f39b4cb109bbd6f00f3e7e' AND cache_id="blocksocial|1|1|1|21" 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/blocksocial/blocksocial.php:103 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_lang`, IF(language_code = 'en-us', 0, LENGTH(language_code)) as found
FROM `ps_lang`
WHERE LEFT(`language_code`,2) = 'en'
ORDER BY found ASC LIMIT 1 |
0.4 |
5 |
Yes |
|
/classes/Language.php:717
/classes/Tools.php:517 /classes/controller/FrontController.php:241 /controllers/front/SearchController.php:39 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /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` = 21
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.4 |
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:108
/classes/Product.php:3077 /classes/Product.php:2901 /classes/Product.php:4304 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmhtmlcontent`
WHERE id_shop = 1 AND id_lang = 3
AND hook = 'footer' AND active = 1
ORDER BY item_order ASC |
0.4 |
1 |
Yes |
|
/modules/tmhtmlcontent/tmhtmlcontent.php:214
/modules/tmhtmlcontent/tmhtmlcontent.php:198 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 136
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|201" 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/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 152) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 109
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:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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.4 |
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 UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='5014cc155cbe13fff02a1e1264cba4cc' AND cache_id="tmmegamenu|1|1|1|21" 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/tmmegamenu/tmmegamenu.php:2790 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'search' LIMIT 1 |
0.4 |
1 |
|
|
/classes/Page.php:96
/classes/Page.php:52 /classes/Connection.php:150 /classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|123|1|3" AND compile_id="" LIMIT 1 |
0.4 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 222) 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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|221" 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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 2
AND `status` = 1 |
0.4 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 211) |
0.4 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-04-28 00:00:00' AND '2025-04-28 23:59:59' LIMIT 1 |
0.4 |
1 |
|
|
/classes/SpecificPrice.php:306
/classes/SpecificPrice.php:348 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE tdd.*, tddl.`label`
FROM ps_tmdaydeal tdd
LEFT JOIN ps_tmdaydeal_lang tddl
ON(tdd.`id_tab` = tddl.`id_tab`)
JOIN ps_specific_price sp
ON(sp.`id_specific_price` = tdd.`id_specific_price`)
WHERE tdd.`id_product` = 0
AND tdd.`id_shop` = 1
AND tddl.`id_lang` = 3
AND tdd.`status` = 1
AND tdd.`data_end` >= '2025-04-28 06:00:00'
AND tdd.`data_start` <= '2025-04-28 06:00:00'
ORDER BY tdd.`id_tab` |
0.4 |
39 |
Yes |
|
/modules/tmdaydeal/classes/DayDeal.php:165
/modules/tmdaydeal/tmdaydeal.php:986 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:136 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 166) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.4 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|204" 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/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tmheaderaccount" LIMIT 1 |
0.4 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 205
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='aa0f17239b4de965a8d7342024577b83' AND cache_id="blockcms|2|1|1|1|21" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockcms/blockcms.php:854 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='5cc209936b3387cea302cc00a5de8409' AND cache_id="blockcategories|1|1|1|21|1" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockcategories/blockcategories.php:290 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 6 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Page.php:77
/classes/Connection.php:150 /classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|211|1|3" AND compile_id="" LIMIT 1 |
0.3 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 173) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 136) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.3 |
7 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Group.php:75 /classes/Group.php:346 /classes/Cart.php:184 /classes/Cart.php:179 /classes/controller/FrontController.php:348 /controllers/front/SearchController.php:39 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|166" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|223|1|3" AND compile_id="" LIMIT 1 |
0.3 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE tml.`id_layout`
FROM ps_tmmegalayout tml
LEFT JOIN ps_tmmegalayout_pages tmlp
ON(tml.`id_layout` = tmlp.`id_layout`)
WHERE tmlp.`page_name` = "search"
AND tml.`id_shop` = 1
AND tml.`hook_name` = "displayHeader"
AND tmlp.`status` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:341
/modules/tmmegalayout/tmmegalayout.php:1000 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|201" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /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` = 204) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|213|1|3" AND compile_id="" LIMIT 1 |
0.3 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1 |
0.3 |
1 |
|
|
/classes/Image.php:471
/controllers/front/SearchController.php:131 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.3 |
1 |
|
|
/classes/ObjectModel.php:1376
/classes/ObjectModel.php:1387 /classes/ObjectModel.php:999 /classes/ObjectModel.php:914 /classes/ObjectModel.php:246 /classes/ObjectModel.php:487 /classes/ObjectModel.php:445 /classes/Guest.php:193 /modules/statsdata/statsdata.php:104 /modules/statsdata/statsdata.php:80 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /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` = 212) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE tml.`id_layout`
FROM ps_tmmegalayout tml
LEFT JOIN ps_tmmegalayout_pages tmlp
ON(tml.`id_layout` = tmlp.`id_layout`)
WHERE tmlp.`page_name` = "search"
AND tml.`id_shop` = 1
AND tml.`hook_name` = "displayFooter"
AND tmlp.`status` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:341
/modules/tmmegalayout/tmmegalayout.php:1000 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|212" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /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` = 123) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|216|1|3" AND compile_id="" LIMIT 1 |
0.3 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|171|1|3" AND compile_id="" LIMIT 1 |
0.3 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='0cb882383628c20c8cbb4a9ee60d0711' AND cache_id="tmsearch|1|1|1|21" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmsearch/tmsearch.php:625 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 152) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='0830554ae3eeb9e417b37f2ac103c513' AND cache_id="tmheaderaccount|1|1|1|21" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmheaderaccount/tmheaderaccount.php:919 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/eb/0d/df/eb0ddfae8270ba16e28f40dcd79b67d110fcf193.file.tmheaderaccount-content.tpl.php:189 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c2/ca/6e/c2ca6e86178ea77eced5b7314042bd12e94cef0d.file.tmheaderaccount.tpl.php:43 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /classes/module/Module.php:2309 /modules/tmheaderaccount/tmheaderaccount.php:821 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_themeconfigurator`
WHERE id_shop = 1 AND id_lang = 3
AND hook = 'footer' AND active = 1
ORDER BY item_order ASC |
0.3 |
29 |
Yes |
|
/modules/themeconfigurator/themeconfigurator.php:375
/modules/themeconfigurator/themeconfigurator.php:359 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 216) AND (b.`id_shop` = 1) LIMIT 1 |
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:4284 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 172) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 201) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|136|1|3" AND compile_id="" LIMIT 1 |
0.3 |
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:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 304) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|150|1|3" AND compile_id="" LIMIT 1 |
0.3 |
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:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|164|1|3" AND compile_id="" LIMIT 1 |
0.3 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|215" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `status`
FROM ps_tmnewsletter
WHERE `id_guest` =0 LIMIT 1 |
0.3 |
8066 |
|
|
/modules/tmnewsletter/tmnewsletter.php:801
/modules/tmnewsletter/tmnewsletter.php:903 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 215) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|204|1|3" AND compile_id="" LIMIT 1 |
0.3 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE tmc.`id_collection`, tmc.`name`, tmc.`token`
FROM `ps_tmcollections` tmc
WHERE `id_customer` = 0
AND `id_shop` = 1
ORDER BY tmc.`name` ASC |
0.3 |
1 |
Yes |
|
/modules/tmcollections/classes/ClassTmCollections.php:98
/modules/tmcollections/tmcollections.php:355 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 166 AND `id_group` = 1 LIMIT 1 |
0.3 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 206) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.3 |
1 |
|
|
/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 UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|109" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 17) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_whatsapp_status_lang WHERE id_status = 2 AND id_lang = 3 LIMIT 1 |
0.3 |
15 |
|
|
/modules/whatsapp/whatsapp.php:335
/cache/smarty/compile/ad/a0/2c/ada02c2ec2e101066e5a41af04b9b00c0dc54715.file.footer.tpl.php:73 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /modules/whatsapp/whatsapp.php:310 /modules/whatsapp/whatsapp.php:317 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 21 LIMIT 1 |
0.3 |
1 |
|
|
/classes/AddressFormat.php:558
/classes/AddressFormat.php:545 /classes/AddressFormat.php:532 /classes/AddressFormat.php:479 /modules/tmheaderaccount/tmheaderaccount.php:708 /modules/tmheaderaccount/tmheaderaccount.php:795 /modules/tmheaderaccount/tmheaderaccount.php:806 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='34ddc602cb33e32d09ccb6ae2ee5f5a7' AND cache_id="tmproductlistgallery|1|1|1|21|0" AND compile_id="" LIMIT 1 |
0.3 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:546 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 205) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='fc2d69a81010c39e3d7c01b6e0aaf940' AND cache_id="blockmyaccountfooter|1|1|1|21" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockmyaccountfooter/blockmyaccountfooter.php:110 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 180) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_alias` |
0.3 |
86 |
|
|
/classes/Hook.php:187
/classes/Hook.php:209 /classes/Hook.php:381 /classes/Hook.php:440 /classes/Dispatcher.php:407 /classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /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.3 |
1 |
|
|
/classes/SmartyCustom.php:95
/classes/SmartyCustom.php:118 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:546 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|152" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 3) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='4a8525b85f17a4bdb500fb202fd51a2a' AND cache_id="blockcontactinfos|1|1|1|21" AND compile_id="" LIMIT 1 |
0.3 |
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:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 185) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_whatsapp_settings WHERE id_settings = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/whatsapp/whatsapp.php:259
/modules/whatsapp/whatsapp.php:317 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a73df2273fb50a3994f1ae7152fe2880',"productlist_colors|221|1|3","", FROM_UNIXTIME(1745834409)) |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/ObjectModel.php:1458
/classes/Tools.php:501 /classes/controller/FrontController.php:241 /controllers/front/SearchController.php:39 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 221
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 171) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_whatsapp_status WHERE id_status = 2 LIMIT 1 |
0.3 |
1 |
|
|
/modules/whatsapp/whatsapp.php:346
/cache/smarty/compile/ad/a0/2c/ada02c2ec2e101066e5a41af04b9b00c0dc54715.file.footer.tpl.php:59 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /modules/whatsapp/whatsapp.php:310 /modules/whatsapp/whatsapp.php:317 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|170|1|3" AND compile_id="" LIMIT 1 |
0.3 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 223 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|171" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_whatsapp WHERE id_whatsapp = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/whatsapp/whatsapp.php:314
/classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /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` = 150) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 221) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 109 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 181) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 216) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 165) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 13) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|209|1|3" AND compile_id="" LIMIT 1 |
0.3 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 136) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 175) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|214|1|3" AND compile_id="" LIMIT 1 |
0.3 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blocknewsletter" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /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` = 222) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 357) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 182 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 21 |
0.3 |
7 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegamenu/tmmegamenu.php:2685 /modules/tmmegamenu/tmmegamenu.php:2801 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|206" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmhtmlcontent`
WHERE id_shop = 1 AND id_lang = 3
AND hook = 'top' AND active = 1
ORDER BY item_order ASC |
0.3 |
1 |
Yes |
|
/modules/tmhtmlcontent/tmhtmlcontent.php:214
/modules/tmhtmlcontent/tmhtmlcontent.php:158 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /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` = 209) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 223) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/ObjectModel.php:1458
/classes/Tools.php:621 /classes/controller/FrontController.php:289 /controllers/front/SearchController.php:39 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 305) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 25) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_theme` a
WHERE (a.`id_theme` = 2) LIMIT 1 |
0.3 |
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 UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|222|1|3" AND compile_id="" LIMIT 1 |
0.3 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 22) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 4) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|165|1|3" AND compile_id="" LIMIT 1 |
0.3 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 356) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 213) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|109" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 182) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|206|1|3" AND compile_id="" LIMIT 1 |
0.3 |
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:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|170" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /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` = 214) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 10) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tmmegamenu" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 2) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|182|1|3" AND compile_id="" LIMIT 1 |
0.3 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a73df2273fb50a3994f1ae7152fe2880',"productlist_colors|109|1|3","", FROM_UNIXTIME(1745834409)) |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|204" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 316) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 6) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|215|1|3" AND compile_id="" LIMIT 1 |
0.3 |
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:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 168) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|221|1|3" AND compile_id="" LIMIT 1 |
0.3 |
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:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|205|1|3" AND compile_id="" LIMIT 1 |
0.3 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/controller/Controller.php:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 14) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='c8130f1bc696074ac99aae6c8252b037' AND cache_id="blockpermanentlinks-header|1|1|1|21" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2309 /modules/blockpermanentlinks/blockpermanentlinks.php:60 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:580 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 164) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 165) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 7) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 307) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 170) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/ObjectModel.php:1458
/classes/Group.php:349 /classes/Cart.php:184 /classes/Cart.php:179 /classes/controller/FrontController.php:348 /controllers/front/SearchController.php:39 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='ec7501b53b23ecc88ecaff62e4c9a850' AND cache_id="tmproductlistgallery|1|1|1|21|0" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2309 /modules/tmproductlistgallery/tmproductlistgallery.php:550 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 310) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 306) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|136" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 313) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|170" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 9) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 21) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|214" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 163) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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` = 164) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 205 AND `id_group` = 1 LIMIT 1 |
0.3 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 109) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|165" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a73df2273fb50a3994f1ae7152fe2880',"productlist_colors|215|1|3","", FROM_UNIXTIME(1745834409)) |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|213" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 27 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4283 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 15) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|171" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 183) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 19) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a73df2273fb50a3994f1ae7152fe2880',"productlist_colors|166|1|3","", FROM_UNIXTIME(1745834409)) |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 309) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 315) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "themeconfigurator" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 8) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|212|1|3" AND compile_id="" LIMIT 1 |
0.3 |
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:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 223 AND `id_group` = 1 LIMIT 1 |
0.3 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|211" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 24) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|182" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.3 |
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
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a73df2273fb50a3994f1ae7152fe2880',"productlist_colors|212|1|3","", FROM_UNIXTIME(1745834409)) |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 182) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 174) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockmyaccountfooter" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_whatsapp WHERE id_whatsapp = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/whatsapp/whatsapp.php:271
/modules/whatsapp/whatsapp.php:317 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a73df2273fb50a3994f1ae7152fe2880' AND cache_id="productlist_colors|166|1|3" AND compile_id="" LIMIT 1 |
0.3 |
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:642 /classes/controller/FrontController.php:1643 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 23) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|221" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 169) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 211
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 212
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 223
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|206" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 171) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 5) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 359) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 216
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a73df2273fb50a3994f1ae7152fe2880',"productlist_colors|206|1|3","", FROM_UNIXTIME(1745834409)) |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 18) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 312) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blocklayered" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 354) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a73df2273fb50a3994f1ae7152fe2880',"productlist_colors|136|1|3","", FROM_UNIXTIME(1745834409)) |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/controller/FrontController.php:1657 /controllers/front/SearchController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 211 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 16) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 170
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 209
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 184) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 182
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 314) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 166) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 9
AND `status` = 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 355) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 215) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 109 AND `id_group` = 1 LIMIT 1 |
0.3 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 311) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_tmmegalayout
WHERE `hook_name` = "displayHeader"
AND `id_shop` =1
AND `status` = 1 LIMIT 1 |
0.3 |
24 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:63
/modules/tmmegalayout/tmmegalayout.php:1003 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|205" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 123
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 167) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|213" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 308) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|150" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockpaymentlogo" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 20) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 3
AND `status` = 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 212) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 165 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 166 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|123" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 206
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|152" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|182" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 209 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 222
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 206 AND `id_group` = 1 LIMIT 1 |
0.3 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 170) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|123" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockcurrencies" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tmolarkchat" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 221 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|136" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 201
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 166
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 8
AND `status` = 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 164 AND `id_group` = 1 LIMIT 1 |
0.3 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blocklanguages" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 206 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `status`
FROM ps_tmnewsletter_settings
WHERE `id_shop` = 1
AND `is_guest` = 0 LIMIT 1 |
0.3 |
2 |
|
|
/modules/tmnewsletter/tmnewsletter.php:496
/modules/tmnewsletter/tmnewsletter.php:901 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|214" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 222 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_tmmegalayout
WHERE `hook_name` = "displayFooter"
AND `id_shop` =1
AND `status` = 1 LIMIT 1 |
0.3 |
24 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:63
/modules/tmmegalayout/tmmegalayout.php:1003 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|164" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 205) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 213) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Group.php:133
/classes/Product.php:3119 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|222" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|205" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 216 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 201) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 209) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 33 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4283 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|216" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `status`
FROM ps_tmnewsletter_settings
WHERE `id_shop` = 1
AND `is_guest` = 0 LIMIT 1 |
0.3 |
2 |
|
|
/modules/tmnewsletter/tmnewsletter.php:496
/modules/tmnewsletter/tmnewsletter.php:889 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|166" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockcart" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 165) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 204) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blocksocial" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|150" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 165 AND `id_group` = 1 LIMIT 1 |
0.3 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 31 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4283 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 212 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 213 AND `id_group` = 1 LIMIT 1 |
0.3 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 171
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 171 AND `id_group` = 1 LIMIT 1 |
0.3 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 123 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 18 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4283 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 49 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4283 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 11
AND `status` = 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE tml.`id_layout`
FROM ps_tmmegalayout tml
LEFT JOIN ps_tmmegalayout_pages tmlp
ON(tml.`id_layout` = tmlp.`id_layout`)
WHERE tmlp.`page_name` = "subpages"
AND tml.`id_shop` = 1
AND tml.`hook_name` = "displayFooter"
AND tmlp.`status` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:341
/modules/tmmegalayout/tmmegalayout.php:1002 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 150
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 205
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 152 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 123) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 165
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockcontactinfos" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 1) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|216" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 17
AND `status` = 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 170 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tminfinitescroll" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 214 AND `id_group` = 1 LIMIT 1 |
0.3 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE tml.`id_layout`
FROM ps_tmmegalayout tml
LEFT JOIN ps_tmmegalayout_pages tmlp
ON(tml.`id_layout` = tmlp.`id_layout`)
WHERE tmlp.`page_name` = "subpages"
AND tml.`id_shop` = 1
AND tml.`hook_name` = "displayHeader"
AND tmlp.`status` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:341
/modules/tmmegalayout/tmmegalayout.php:1002 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 215 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pagesnotfound" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 213
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 206) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 214
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|209" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 171 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 204
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tmnewsletter" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /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.3 |
1 |
|
|
/classes/SmartyCustom.php:142
/classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:546 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|209" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 16 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4283 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tmhtmlcontent" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 216) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 201 AND `id_group` = 1 LIMIT 1 |
0.3 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|222" AND compile_id="" LIMIT 1 |
0.3 |
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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 214) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tmsearch" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockcms" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='eba0efa22778d7dfd6bbd7faf86a25af' AND cache_id="tmproductlistgallery|1|1|1|21|165" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:608 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:52 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 150 AND `id_group` = 1 LIMIT 1 |
0.3 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 171) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 221) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 164
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 164 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 170 AND `id_group` = 1 LIMIT 1 |
0.3 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 201 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `timeout`
FROM ps_tmnewsletter_settings
WHERE `id_shop` = 1
AND `is_guest` = 1 LIMIT 1 |
0.2 |
2 |
|
|
/modules/tmnewsletter/tmnewsletter.php:486
/modules/tmnewsletter/tmnewsletter.php:831 /modules/tmnewsletter/tmnewsletter.php:814 /modules/tmnewsletter/tmnewsletter.php:903 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sekeywords" LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 53 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4283 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 14
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|164" 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/1f/9b/6b/1f9b6b926f2fdb81e0c611a3c384fd9a688d3547.file.product-list.tpl.php:152 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c5/16/11/c516117c7b4b3a0cd252b2d2435d8476a9465c21.file.search.tpl.php:101 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 152
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.2 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 213 AND id_shop=1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 182 AND `id_group` = 1 LIMIT 1 |
0.2 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 136
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.2 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 212 AND `id_group` = 1 LIMIT 1 |
0.2 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 152 AND `id_group` = 1 LIMIT 1 |
0.2 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 22 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4283 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 215
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.2 |
1 |
|
|
/classes/SpecificPrice.php:196
/classes/SpecificPrice.php:176 /classes/SpecificPrice.php:350 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 5
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 214 AND id_shop=1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 164) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.2 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 150) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.2 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 152) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.2 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 4
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 12
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 222) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.2 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 215 AND `id_group` = 1 LIMIT 1 |
0.2 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `status`
FROM ps_tmnewsletter_settings
WHERE `id_shop` = 1
AND `is_guest` = 1 LIMIT 1 |
0.2 |
2 |
|
|
/modules/tmnewsletter/tmnewsletter.php:496
/modules/tmnewsletter/tmnewsletter.php:902 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "statsdata" LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 20
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 211 AND `id_group` = 1 LIMIT 1 |
0.2 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 205 AND id_shop=1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 10
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 15
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 136 AND id_shop=1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 204 AND id_shop=1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 136 AND `id_group` = 1 LIMIT 1 |
0.2 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 18
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 209 AND `id_group` = 1 LIMIT 1 |
0.2 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 216 AND `id_group` = 1 LIMIT 1 |
0.2 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 6
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 21
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 22
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 221 AND `id_group` = 1 LIMIT 1 |
0.2 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 123 AND `id_group` = 1 LIMIT 1 |
0.2 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 222 AND `id_group` = 1 LIMIT 1 |
0.2 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 24
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 204 AND `id_group` = 1 LIMIT 1 |
0.2 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Search.php:861 /controllers/front/SearchController.php:121 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 23
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/SearchController.php:71 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|