SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-04-28 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`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_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_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 )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 3 AND cl.id_shop = 1 )
LEFT 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_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`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 18 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY p.`date_upd` DESC
LIMIT 0,25 |
2.3 |
46 |
Yes |
|
/classes/Category.php:783
/controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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 |
1.7 |
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/CategoryController.php:124 /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.5 |
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 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 |
1.3 |
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/CategoryController.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|389|1|3%" |
1.3 |
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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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 |
1.2 |
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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.id_lang, cl.name, cl.description, cl.link_rewrite, cl.meta_title, cl.meta_keywords, cl.meta_description
FROM `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 `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 18
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.2 |
1 |
Yes |
Yes |
/classes/Category.php:656
/controllers/front/CategoryController.php:198 /controllers/front/CategoryController.php:144 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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.1 |
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
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|388|1|3%" |
1.1 |
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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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 |
1 |
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
|
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('10428512', '75', '308349356', '', '1', '1', '2025-04-28 04:39:35') |
1 |
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
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|284|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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
CREATE TEMPORARY TABLE ps_cat_restriction ENGINE=MEMORY
SELECT DISTINCT cp.id_product, p.id_manufacturer, product_shop.condition, p.weight FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.nleft >= 39
AND c.nright <= 42
AND c.active = 1)
STRAIGHT_JOIN ps_product_shop product_shop ON (product_shop.id_product = cp.id_product
AND product_shop.id_shop = 1)
STRAIGHT_JOIN ps_product p ON (p.id_product=cp.id_product)
WHERE product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") |
0.8 |
1 |
|
|
/modules/blocklayered/blocklayered.php:2142
/modules/blocklayered/blocklayered.php:688 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/CategoryController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE s.*, sl.`description`
FROM `ps_supplier` s
LEFT JOIN `ps_supplier_lang` `sl` ON s.`id_supplier` = sl.`id_supplier` AND sl.`id_lang` = 3
INNER JOIN ps_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE (s.`active` = 1)
GROUP BY s.id_supplier
ORDER BY s.`name` ASC |
0.8 |
1 |
Yes |
Yes |
/classes/Supplier.php:127
/controllers/front/CategoryController.php:162 /tools/profiling/Controller.php:220 /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 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.7 |
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/CategoryController.php:124 /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
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|223|1|3%" |
0.6 |
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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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|233|1|3%" |
0.6 |
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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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|165|1|3%" |
0.6 |
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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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|279|1|3%" |
0.6 |
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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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.6 |
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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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/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/CategoryController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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.6 |
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
|
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 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.6 |
138 |
Yes |
|
/classes/Dispatcher.php:452
/classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /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/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
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='a73df2273fb50a3994f1ae7152fe2880' AND cache_id LIKE "productlist_colors|169|1|3%" |
0.6 |
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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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|265|1|3%" |
0.6 |
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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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.6 |
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|373|1|3%" |
0.6 |
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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
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_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 18 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.6 |
46 |
|
|
/classes/Category.php:712
/controllers/front/CategoryController.php:222 /controllers/front/CategoryController.php:145 /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/CategoryController.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.5 |
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/CategoryController.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.5 |
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
|
SELECT SQL_NO_CACHE *
FROM ps_tmmegalayout_items
WHERE `id_layout` =7 |
0.5 |
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` IN (0, 233) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /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.5 |
9 |
Yes |
|
/classes/Currency.php:231
/classes/controller/FrontController.php:453 /controllers/front/CategoryController.php:101 /tools/profiling/Controller.php:201 /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 (389,388,284,279,169,265,209,373,223,165,233) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.5 |
1 |
Yes |
Yes |
/classes/Product.php:3468
/classes/controller/FrontController.php:1652 /controllers/front/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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 = '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/CategoryController.php:124 /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.4 |
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/CategoryController.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`='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 = 233
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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 = 389
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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, 265) 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 |
3 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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, 389) 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 |
3 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 233) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.4 |
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 *, ( 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, 373) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.4 |
5 |
|
|
/classes/Language.php:777
/config/config.inc.php:139 /index.php:27
|
SELECT SQL_NO_CACHE *
FROM ps_tmmegalayout_items
WHERE `id_layout` =1 |
0.4 |
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` = 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 373) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.4 |
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:108
/classes/Product.php:3054 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) 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/Category.php:137 /classes/Link.php:177 /cache/smarty/compile/22/3e/91/223e91326361ffabc7f740555cc7bc5b2079f66d.file.category-description.tpl.php:102 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:249 /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 = 165
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = "category"
AND tml.`id_shop` = 1
AND tml.`hook_name` = "displayHeader"
AND tmlp.`status` = 1 LIMIT 1 |
0.4 |
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 c.id_category, cl.name, cl.link_rewrite
FROM ps_category c
LEFT JOIN ps_category_lang cl ON (cl.id_category = c.id_category AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE c.nleft <= 39
AND c.nright >= 42
AND c.nleft >= 2
AND c.nright <= 205
AND cl.id_lang = 3
AND c.active = 1
AND c.level_depth > 1
ORDER BY c.level_depth ASC |
0.4 |
16 |
Yes |
|
/classes/Tools.php:1308
/controllers/front/CategoryController.php:154 /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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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 = "category" LIMIT 1 |
0.4 |
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 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.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: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 data FROM `ps_layered_friendly_url` WHERE `url_key` = 'a522cb25bc5b298d659369a520cf4c86' LIMIT 1 |
0.4 |
1 |
|
|
/modules/blocklayered/blocklayered.php:1722
/modules/blocklayered/blocklayered.php:688 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/CategoryController.php:124 /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
|
DROP TEMPORARY TABLE IF EXISTS ps_cat_restriction |
0.4 |
1 |
|
|
/modules/blocklayered/blocklayered.php:2132
/modules/blocklayered/blocklayered.php:688 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/CategoryController.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` = 169) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 233) |
0.4 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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 UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1 |
0.4 |
1 |
|
|
/classes/SmartyCustom.php:95
/classes/SmartyCustom.php:118 /classes/module/Module.php:2334 /classes/module/Module.php:2309 /modules/themeconfigurator/themeconfigurator.php:266 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/CategoryController.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` = 388) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE s.*
FROM `ps_scene_category` sc
LEFT JOIN `ps_scene` s ON (sc.id_scene = s.id_scene)
INNER JOIN ps_scene_shop scene_shop
ON (scene_shop.id_scene = s.id_scene AND scene_shop.id_shop = 1)
LEFT JOIN `ps_scene_lang` sl ON (sl.id_scene = s.id_scene)
WHERE sc.id_category = 18
AND sl.id_lang = 3 AND s.active = 1
ORDER BY sl.name ASC |
0.4 |
1 |
Yes |
|
/classes/Scene.php:226
/controllers/front/CategoryController.php:60 /tools/profiling/Controller.php:208 /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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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|373|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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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 = 388
ORDER BY f.position ASC |
0.4 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 389) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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|389|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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE id_category = 18
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.4 |
1 |
Yes |
Yes |
/modules/blocklayered/blocklayered.php:2126
/modules/blocklayered/blocklayered.php:688 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/CategoryController.php:124 /tools/profiling/Controller.php:220 /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/CategoryController.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|388|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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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.3 |
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 *
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.3 |
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/CategoryController.php:101 /tools/profiling/Controller.php:201 /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.3 |
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 `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/CategoryController.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 = 209
ORDER BY f.position ASC |
0.3 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE l.`id_lang`, c.`link_rewrite`
FROM `ps_category_lang` AS c
LEFT JOIN `ps_lang` AS l ON c.`id_lang` = l.`id_lang`
WHERE c.`id_category` = 18
AND l.`active` = 1 |
0.3 |
35 |
|
|
/classes/Category.php:1458
/modules/blocklanguages/blocklanguages.php:71 /modules/blocklanguages/blocklanguages.php:100 /modules/blocklanguages/blocklanguages.php:108 /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_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) AND (b.`id_shop` = 1) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Category.php:137 /controllers/front/CategoryController.php:99 /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 = 279
ORDER BY f.position ASC |
0.3 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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 = 265
ORDER BY f.position ASC |
0.3 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.3 |
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 COUNT(DISTINCT `id_product`) FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.3 |
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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 10428512
AND `date_add` > '2025-04-28 04:09:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.3 |
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` = 223) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.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/CategoryController.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` = 265) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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 = 373
ORDER BY f.position ASC |
0.3 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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 = 284
ORDER BY f.position ASC |
0.3 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.3 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 284) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 279) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE id_tab, class_name FROM `ps_tab` |
0.3 |
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/CategoryController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
ALTER TABLE ps_cat_restriction ADD PRIMARY KEY (id_product),
ADD KEY `id_manufacturer` (`id_manufacturer`,`id_product`) USING BTREE,
ADD KEY `condition` (`condition`,`id_product`) USING BTREE,
ADD KEY `weight` (`weight`,`id_product`) USING BTREE |
0.3 |
1 |
|
|
/modules/blocklayered/blocklayered.php:2148
/modules/blocklayered/blocklayered.php:688 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/CategoryController.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 = 169
ORDER BY f.position ASC |
0.3 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4371 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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/CategoryController.php:124 /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.3 |
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 *
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.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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 388) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 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.3 |
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:108
/classes/Product.php:3077 /classes/Product.php:2901 /classes/Product.php:4304 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = "category"
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 `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 10428512
AND `date_add` > '2025-04-28 04:09:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.3 |
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 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.3 |
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 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.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 209) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /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 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/CategoryController.php:124 /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` = 389) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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 = 233) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE data FROM `ps_layered_friendly_url` WHERE `url_key` = 'a522cb25bc5b298d659369a520cf4c86' LIMIT 1 |
0.3 |
1 |
|
|
/modules/blocklayered/blocklayered.php:1722
/modules/blocklayered/blocklayered.php:671 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:581 /controllers/front/CategoryController.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` = 233 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `name`, `meta_title`, `meta_description`, `meta_keywords`, `description`
FROM `ps_category_lang` cl
WHERE cl.`id_lang` = 3
AND cl.`id_category` = 18 AND cl.id_shop = 1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Meta.php:291
/classes/Meta.php:209 /classes/controller/FrontController.php:393 /controllers/front/CategoryController.php:101 /tools/profiling/Controller.php:201 /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` = 169) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /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 *
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/CategoryController.php:101 /tools/profiling/Controller.php:201 /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.3 |
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/CategoryController.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|279" 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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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|284|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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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.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/CategoryController.php:124 /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 `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/CategoryController.php:124 /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` = 279) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE public_name
FROM `ps_attribute_group_lang` agl
LEFT JOIN `ps_layered_indexable_attribute_group` liag
ON liag.id_attribute_group = agl.id_attribute_group
WHERE indexable IS NULL OR indexable = 0
AND id_lang = 3 |
0.3 |
1 |
|
|
/modules/blocklayered/blocklayered.php:2721
/modules/blocklayered/blocklayered.php:688 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/CategoryController.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|389" 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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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 `width`, `height`
FROM ps_image_type
WHERE `name` = 'category_default' LIMIT 1 |
0.3 |
1 |
|
|
/classes/Image.php:471
/controllers/front/CategoryController.php:156 /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|223" 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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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|389" 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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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` = 373) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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|233" 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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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 COUNT(*)
FROM ps_layered_category
WHERE id_category = 18
AND id_shop = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/blocklayered/blocklayered.php:636
/classes/Hook.php:599 /classes/Hook.php:548 /controllers/front/CategoryController.php:216 /controllers/front/CategoryController.php:145 /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/CategoryController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 5 AND `id_object` = 18 LIMIT 1 |
0.3 |
2 |
|
|
/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 domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.3 |
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 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` = 284) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /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.3 |
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/CategoryController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE name
FROM `ps_feature_lang` fl
LEFT JOIN `ps_layered_indexable_feature` lif
ON lif.id_feature = fl.id_feature
WHERE indexable IS NULL OR indexable = 0
AND id_lang = 3 |
0.3 |
1 |
|
|
/modules/blocklayered/blocklayered.php:2731
/modules/blocklayered/blocklayered.php:688 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/CategoryController.php:124 /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.3 |
1 |
|
|
/classes/Country.php:173
/classes/Tools.php:588 /classes/controller/FrontController.php:277 /controllers/front/CategoryController.php:101 /tools/profiling/Controller.php:201 /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` = 265) |
0.3 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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 = '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 `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/CategoryController.php:124 /tools/profiling/Controller.php:220 /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.3 |
5 |
Yes |
|
/classes/Language.php:717
/classes/Tools.php:517 /classes/controller/FrontController.php:241 /controllers/front/CategoryController.php:101 /tools/profiling/Controller.php:201 /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 *
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/CategoryController.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` = "tmheaderaccount" 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_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.3 |
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/CategoryController.php:101 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockwishlist" 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 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|373" 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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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` = 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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 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 |
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:546 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/CategoryController.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` = 233 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE data FROM `ps_layered_friendly_url` WHERE `url_key` = 'a522cb25bc5b298d659369a520cf4c86' LIMIT 1 |
0.3 |
1 |
|
|
/modules/blocklayered/blocklayered.php:1722
/modules/blocklayered/blocklayered.php:814 /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 `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/CategoryController.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` = 389 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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 = 'left' AND active = 1
ORDER BY item_order ASC |
0.3 |
1 |
Yes |
|
/modules/tmhtmlcontent/tmhtmlcontent.php:214
/modules/tmhtmlcontent/tmhtmlcontent.php:178 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:581 /controllers/front/CategoryController.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 = 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.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/CategoryController.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` = "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 DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
0.3 |
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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.3 |
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/CategoryController.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` = 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/CategoryController.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` = "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` = "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` = 233
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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /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
|
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|388" 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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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`='fae93e843c6ac5056516dce6cb97fabd' AND cache_id="blockpaymentlogo|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/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 `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 14
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/CategoryController.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|169" 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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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` = 6
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/CategoryController.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`='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/CategoryController.php:124 /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.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 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|233" 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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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:901 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/CategoryController.php:124 /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.3 |
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 *
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/CategoryController.php:124 /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.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/CategoryController.php:124 /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 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|169" 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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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_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 `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/CategoryController.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|284" 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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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`='5014cc155cbe13fff02a1e1264cba4cc' AND cache_id="tmmegamenu|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/tmmegamenu/tmmegamenu.php:2790 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/CategoryController.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/CategoryController.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` = 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/CategoryController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE data FROM `ps_layered_friendly_url` WHERE `url_key` = 'a522cb25bc5b298d659369a520cf4c86' LIMIT 1 |
0.3 |
1 |
|
|
/modules/blocklayered/blocklayered.php:1722
/modules/blocklayered/blocklayered.php:814 /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 `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 12
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/CategoryController.php:124 /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` = 373
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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 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/CategoryController.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` = 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/CategoryController.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|265|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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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.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/CategoryController.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`='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/CategoryController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE data FROM `ps_layered_friendly_url` WHERE `url_key` = 'e6d3aa1bc2e0bbcccb5cb545cea7664f' LIMIT 1 |
0.3 |
1 |
|
|
/modules/blocklayered/blocklayered.php:1722
/modules/blocklayered/blocklayered.php:688 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/CategoryController.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`='9fa9093315e5c48a4ea4377ba36c1a53' AND cache_id="blocknewproducts|20250428|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/blocknewproducts/blocknewproducts.php:111 /modules/blocknewproducts/blocknewproducts.php:138 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:581 /controllers/front/CategoryController.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|279|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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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`='9144547a413174a0bcf0260568b5d673' AND cache_id="blocktags|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/blocktags/blocktags.php:140 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:581 /controllers/front/CategoryController.php:124 /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.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/CategoryController.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`='5cc209936b3387cea302cc00a5de8409' AND cache_id="blockcategories|1|1|1|21|18|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 *
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/CategoryController.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|388" 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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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_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.3 |
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/CategoryController.php:101 /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|265" 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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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`='2cb1c359e6f39b4cb109bbd6f00f3e7e' AND cache_id="blocksocial|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/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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 373 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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|284" 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/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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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` = 167) LIMIT 1 |
0.2 |
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/CategoryController.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` = 308) LIMIT 1 |
0.2 |
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/CategoryController.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` = 311) LIMIT 1 |
0.2 |
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/CategoryController.php:124 /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 = 'category' LIMIT 1 |
0.2 |
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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 18) LIMIT 1 |
0.2 |
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/CategoryController.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|265" 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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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` = 357) LIMIT 1 |
0.2 |
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/CategoryController.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` = 389 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 171) LIMIT 1 |
0.2 |
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/CategoryController.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` = 284 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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/CategoryController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE nleft, nright, level_depth
FROM ps_category
WHERE id_category = 2 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Category.php:1477
/classes/Category.php:1497 /controllers/front/CategoryController.php:104 /tools/profiling/Controller.php:201 /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.2 |
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 data FROM `ps_layered_friendly_url` WHERE `url_key` = 'baddb3b0517abc0a7ed13d46a441dc73' LIMIT 1 |
0.2 |
1 |
|
|
/modules/blocklayered/blocklayered.php:1722
/modules/blocklayered/blocklayered.php:688 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/CategoryController.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.2 |
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/CategoryController.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`='fc2d69a81010c39e3d7c01b6e0aaf940' AND cache_id="blockmyaccountfooter|1|1|1|21" 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/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 `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 2
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/CategoryController.php:124 /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.2 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:4283 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 163) LIMIT 1 |
0.2 |
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/CategoryController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE nleft, nright, level_depth
FROM ps_category
WHERE id_category = 18 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Category.php:1477
/classes/Tools.php:1292 /controllers/front/CategoryController.php:154 /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.2 |
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/CategoryController.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.2 |
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/CategoryController.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`='aa0f17239b4de965a8d7342024577b83' AND cache_id="blockcms|2|1|1|1|21" 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/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 * FROM ps_whatsapp_status_lang WHERE id_status = 2 AND id_lang = 3 LIMIT 1 |
0.2 |
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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 178) LIMIT 1 |
0.2 |
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/CategoryController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_alias` |
0.2 |
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 265
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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.2 |
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/CategoryController.php:124 /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.2 |
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 data FROM `ps_layered_friendly_url` WHERE `url_key` = 'ed29d168d7eea364cd73f4a6336a7dbd' LIMIT 1 |
0.2 |
1 |
|
|
/modules/blocklayered/blocklayered.php:1722
/modules/blocklayered/blocklayered.php:688 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/CategoryController.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` = "blockcurrencies" 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: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` = 174) LIMIT 1 |
0.2 |
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/CategoryController.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` = "tmmegamenu" 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: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`='a0ccab6cca1ab062321897a0f1a9221e' AND cache_id="productcomments|1|1|1|21|223" 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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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_image_type` |
0.2 |
17 |
|
|
/classes/ImageType.php:143
/classes/ImageType.php:174 /classes/Category.php:660 /controllers/front/CategoryController.php:198 /controllers/front/CategoryController.php:144 /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.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/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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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.2 |
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/CategoryController.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` = 179) LIMIT 1 |
0.2 |
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/CategoryController.php:124 /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` = 169
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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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|165" 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/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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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|165" 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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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 = 389) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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|279" 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/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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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|169|1|3" AND compile_id="" LIMIT 1 |
0.2 |
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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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 = 265) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 18 AND ctg.`id_group` = 1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Category.php:1309
/controllers/front/CategoryController.php:110 /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` = 172) LIMIT 1 |
0.2 |
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/CategoryController.php:124 /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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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
WHERE `hook_name` = "displayFooter"
AND `id_shop` =1
AND `status` = 1 LIMIT 1 |
0.2 |
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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 5) LIMIT 1 |
0.2 |
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/CategoryController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_category_shop`
WHERE `id_category` = 18
AND id_shop = 1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/ObjectModel.php:1458
/controllers/front/CategoryController.php:104 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tminfinitescroll" 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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 388
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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.2 |
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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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|373" 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/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/69/84/b9/6984b953fd20c9b561ba6cae25eb1bfab50410c5.file.category.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.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 = 388) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.2 |
1 |
|
|
/classes/ObjectModel.php:1458
/classes/Tools.php:501 /classes/controller/FrontController.php:241 /controllers/front/CategoryController.php:101 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blocklanguages" 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: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 data FROM `ps_layered_friendly_url` WHERE `url_key` = 'ed29d168d7eea364cd73f4a6336a7dbd' LIMIT 1 |
0.2 |
1 |
|
|
/modules/blocklayered/blocklayered.php:1722
/modules/blocklayered/blocklayered.php:671 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:581 /controllers/front/CategoryController.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` = "blockcontactinfos" 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: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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 279) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.2 |
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/CategoryController.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` = 'medium_default' LIMIT 1 |
0.2 |
1 |
|
|
/classes/Image.php:471
/controllers/front/CategoryController.php:157 /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.2 |
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
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 315) LIMIT 1 |
0.2 |
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/CategoryController.php:124 /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.2 |
1 |
|
|
/classes/Group.php:133
/classes/Product.php:3119 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE data FROM `ps_layered_friendly_url` WHERE `url_key` = 'baddb3b0517abc0a7ed13d46a441dc73' LIMIT 1 |
0.2 |
1 |
|
|
/modules/blocklayered/blocklayered.php:1722
/modules/blocklayered/blocklayered.php:814 /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_module` FROM `ps_module` WHERE `name` = "blocksocial" 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: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` = 169 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_whatsapp WHERE id_whatsapp = 1 LIMIT 1 |
0.2 |
1 |
|
|
/modules/whatsapp/whatsapp.php:321
/classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:581 /controllers/front/CategoryController.php:124 /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` = 284
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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.2 |
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/CategoryController.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.2 |
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/CategoryController.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` = "themeconfigurator" 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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 389
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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.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: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` = 11) LIMIT 1 |
0.2 |
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/CategoryController.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` = "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 `id_module` FROM `ps_module` WHERE `name` = "tmhtmlcontent" 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 * FROM ps_whatsapp WHERE id_whatsapp = 1 LIMIT 1 |
0.2 |
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 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.2 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.2 |
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/CategoryController.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` = 10) LIMIT 1 |
0.2 |
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/CategoryController.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` = 313) LIMIT 1 |
0.2 |
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/CategoryController.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` = 13) LIMIT 1 |
0.2 |
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/CategoryController.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` = 314) LIMIT 1 |
0.2 |
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/CategoryController.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` = "blocklayered" 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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 6) LIMIT 1 |
0.2 |
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/CategoryController.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|165|1|3" AND compile_id="" LIMIT 1 |
0.2 |
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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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 = 284) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.2 |
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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 170) LIMIT 1 |
0.2 |
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/CategoryController.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` = "blockmyaccountfooter" 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: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 data FROM `ps_layered_friendly_url` WHERE `url_key` = 'ed29d168d7eea364cd73f4a6336a7dbd' LIMIT 1 |
0.2 |
1 |
|
|
/modules/blocklayered/blocklayered.php:1722
/modules/blocklayered/blocklayered.php:814 /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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 223
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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 265 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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 = 169) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.2 |
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/CategoryController.php:124 /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/CategoryController.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` = 15) LIMIT 1 |
0.2 |
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/CategoryController.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` = "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 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.2 |
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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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|233|1|3" AND compile_id="" LIMIT 1 |
0.2 |
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/CategoryController.php:232 /controllers/front/CategoryController.php:145 /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 = 373) 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 284 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.2 |
1 |
|
|
/classes/stock/StockAvailable.php:380
/classes/Product.php:3285 /classes/Product.php:4357 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.2 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockcms" 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: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 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-04-28 00:00:00' AND '2025-04-28 23:59:59' LIMIT 1 |
0.2 |
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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'm_scene_default' LIMIT 1 |
0.2 |
1 |
|
|
/classes/Image.php:471
/controllers/front/CategoryController.php:158 /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` = 316) LIMIT 1 |
0.2 |
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/CategoryController.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` = "blockpaymentlogo" 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: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` = 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/CategoryController.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` = 164) LIMIT 1 |
0.2 |
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/CategoryController.php:124 /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` = 279
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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.2 |
1 |
|
|
/classes/Image.php:471
/controllers/front/CategoryController.php:159 /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` = 3) LIMIT 1 |
0.2 |
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/CategoryController.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` = 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.2 |
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/CategoryController.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.2 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:4295 /classes/Product.php:4428 /classes/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE data FROM `ps_layered_friendly_url` WHERE `url_key` = 'e6d3aa1bc2e0bbcccb5cb545cea7664f' LIMIT 1 |
0.2 |
1 |
|
|
/modules/blocklayered/blocklayered.php:1722
/modules/blocklayered/blocklayered.php:671 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:581 /controllers/front/CategoryController.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` = 20) LIMIT 1 |
0.2 |
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/CategoryController.php:124 /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.2 |
1 |
|
|
/classes/ObjectModel.php:1458
/classes/Group.php:349 /classes/Cart.php:184 /classes/Cart.php:179 /classes/controller/FrontController.php:348 /controllers/front/CategoryController.php:101 /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` = 4) LIMIT 1 |
0.2 |
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/CategoryController.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` = 8) LIMIT 1 |
0.2 |
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/CategoryController.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` = 165) LIMIT 1 |
0.2 |
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/CategoryController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE data FROM `ps_layered_friendly_url` WHERE `url_key` = 'e6d3aa1bc2e0bbcccb5cb545cea7664f' LIMIT 1 |
0.2 |
1 |
|
|
/modules/blocklayered/blocklayered.php:1722
/modules/blocklayered/blocklayered.php:814 /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 data FROM `ps_layered_friendly_url` WHERE `url_key` = 'e6d3aa1bc2e0bbcccb5cb545cea7664f' LIMIT 1 |
0.2 |
1 |
|
|
/modules/blocklayered/blocklayered.php:1722
/modules/blocklayered/blocklayered.php:814 /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_whatsapp WHERE id_whatsapp = 1 LIMIT 1 |
0.2 |
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 data FROM `ps_layered_friendly_url` WHERE `url_key` = 'baddb3b0517abc0a7ed13d46a441dc73' LIMIT 1 |
0.2 |
1 |
|
|
/modules/blocklayered/blocklayered.php:1722
/modules/blocklayered/blocklayered.php:671 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:581 /controllers/front/CategoryController.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` = 209 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 180) LIMIT 1 |
0.2 |
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/CategoryController.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` = 388 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.2 |
1 |
|
|
/classes/ObjectModel.php:1458
/classes/Tools.php:621 /classes/controller/FrontController.php:289 /controllers/front/CategoryController.php:101 /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` = 165
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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 17
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/CategoryController.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` = 19) LIMIT 1 |
0.2 |
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/CategoryController.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` = 279 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.2 |
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/CategoryController.php:124 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE data FROM `ps_layered_friendly_url` WHERE `url_key` = 'ed29d168d7eea364cd73f4a6336a7dbd' LIMIT 1 |
0.2 |
1 |
|
|
/modules/blocklayered/blocklayered.php:1722
/modules/blocklayered/blocklayered.php:814 /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` = 169) LIMIT 1 |
0.2 |
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/CategoryController.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` = "tmnewsletter" 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 data FROM `ps_layered_friendly_url` WHERE `url_key` = 'baddb3b0517abc0a7ed13d46a441dc73' LIMIT 1 |
0.2 |
1 |
|
|
/modules/blocklayered/blocklayered.php:1722
/modules/blocklayered/blocklayered.php:814 /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 `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/CategoryController.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` = 2) LIMIT 1 |
0.2 |
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/CategoryController.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.2 |
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/CategoryController.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` = 305) LIMIT 1 |
0.2 |
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/CategoryController.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` = 17) LIMIT 1 |
0.2 |
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/CategoryController.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` = "tmolarkchat" 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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 373 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 24) LIMIT 1 |
0.2 |
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/CategoryController.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` = 176) LIMIT 1 |
0.2 |
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/CategoryController.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` = 310) LIMIT 1 |
0.2 |
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/CategoryController.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` = 166) LIMIT 1 |
0.2 |
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/CategoryController.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` = 181) LIMIT 1 |
0.2 |
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/CategoryController.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.2 |
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/CategoryController.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` = 358) LIMIT 1 |
0.2 |
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/CategoryController.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` = 306) LIMIT 1 |
0.2 |
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/CategoryController.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` = 21) LIMIT 1 |
0.2 |
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/CategoryController.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` = 25) LIMIT 1 |
0.2 |
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/CategoryController.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` = 165 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 354) LIMIT 1 |
0.2 |
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/CategoryController.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` = 169 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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.2 |
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/CategoryController.php:124 /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/CategoryController.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` = 165 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 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/CategoryController.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` = 279 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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` = 265 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /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/CategoryController.php:124 /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/CategoryController.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` = 388 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/Category.php:794 /controllers/front/CategoryController.php:224 /controllers/front/CategoryController.php:145 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|