SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, live_edit, hm.position as hm_position, m.id_module, m.name, active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2.2 |
525 |
|
|
/classes/Hook.php:235
/classes/Hook.php:275 /classes/tax/TaxManagerFactory.php:67 /classes/tax/TaxManagerFactory.php:46 /classes/Product.php:5056 /classes/Product.php:492 /controllers/front/ProductController.php:85 /tools/profiling/Controller.php:201 /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` |
2.1 |
220 |
Yes |
Yes |
/classes/Hook.php:355
/classes/Hook.php:440 /classes/Dispatcher.php:407 /classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /index.php:28
|
SELECT SQL_NO_CACHE c.*, 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.9 |
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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`,
pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`,
pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
MAX(image_shop.`id_image`) id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default,
DATEDIFF(
p.`date_add`,
DATE_SUB(
NOW(),
INTERVAL 20 DAY
)
) > 0 AS new
FROM `ps_tmrelatedproducts` trp
LEFT JOIN `ps_product` p ON p.`id_product` = `id_slave`
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_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 3 AND pl.id_shop = 1
)
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_image` i ON (i.`id_product` = p.`id_product`) LEFT JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
LEFT JOIN `ps_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = p.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE `id_master` = 382 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
AND trp.`id_shop` = 1
GROUP BY product_shop.id_product
LIMIT 10 |
1.8 |
1 |
Yes |
|
/modules/tmrelatedproducts/tmrelatedproducts.php:258
/modules/tmrelatedproducts/tmrelatedproducts.php:334 /classes/Hook.php:599 /classes/Hook.php:546 /controllers/front/ProductController.php:618 /controllers/front/ProductController.php:230 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SHOW TABLES |
1.7 |
1 |
|
|
/modules/tmoneclickorder/classes/TMOneClickOrderFields.php:156
/modules/tmoneclickorder/classes/TMOneClickOrderFields.php:101 /modules/tmoneclickorder/tmoneclickorder.php:1759 /modules/tmoneclickorder/tmoneclickorder.php:1776 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:581 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 3)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
1.6 |
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/ProductController.php:172 /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.4 |
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
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, (
SELECT id_module
FROM `ps_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
LIMIT 1
) as mshop
FROM `ps_module` m |
1.4 |
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.`id_module`, m.`name`, (
SELECT id_module
FROM `ps_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
LIMIT 1
) as mshop
FROM `ps_module` m |
1.2 |
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
|
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` = 16
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.1 |
6 |
Yes |
Yes |
/classes/Category.php:656
/controllers/front/ProductController.php:605 /controllers/front/ProductController.php:230 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1.1 |
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 |
1.1 |
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_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 |
1 |
9 |
Yes |
|
/classes/Currency.php:231
/classes/controller/FrontController.php:453 /controllers/front/ProductController.php:82 /tools/profiling/Controller.php:201 /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 |
1 |
0 |
|
|
/classes/Hook.php:131
/classes/Hook.php:445 /classes/Dispatcher.php:407 /classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.9 |
785 |
|
|
/classes/module/Module.php:2141
/classes/Hook.php:499 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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 = "product" LIMIT 1 |
0.8 |
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 cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 3)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1 AND c.active = 1
ORDER BY cl.name ASC |
0.8 |
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
|
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 382
AND al.`id_lang` = 3
AND agl.`id_lang` = 3
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.8 |
1 |
Yes |
Yes |
/classes/Product.php:3517
/controllers/front/ProductController.php:428 /controllers/front/ProductController.php:237 /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.8 |
5 |
|
|
/classes/Language.php:777
/config/config.inc.php:139 /index.php:27
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`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 `id_lang` = 3
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.7 |
102 |
Yes |
Yes |
/classes/Category.php:859
/classes/Category.php:806 /controllers/front/ProductController.php:615 /controllers/front/ProductController.php:230 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`,
pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2025-04-28 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new
FROM `ps_accessory`
LEFT JOIN `ps_product` p ON p.`id_product` = `id_product_2`
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_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 3 AND pl.id_shop = 1
)
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_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 (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = p.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE `id_product_1` = 382 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
0.7 |
1 |
|
Yes |
/classes/Product.php:3602
/controllers/front/ProductController.php:253 /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.7 |
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/ProductController.php:172 /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.7 |
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:108
/classes/Product.php:5057 /classes/Product.php:492 /controllers/front/ProductController.php:85 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 382) LIMIT 1 |
0.7 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/blockviewed/blockviewed.php:158 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
0.7 |
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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC |
0.6 |
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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='2306f12dc6f3b71ce637c9a3718d36ae' AND cache_id LIKE "tmproductzoomer|1|1|1|21%" |
0.6 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductzoomer/tmproductzoomer.php:914 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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 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
|
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('10428693', '411', '308349356', '', '1', '1', '2025-04-28 05:12:32') |
0.6 |
1 |
|
|
/classes/ObjectModel.php:487
/classes/Connection.php:158 /classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE 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.6 |
5 |
|
|
/classes/Language.php:892
/classes/Language.php:992 /classes/Dispatcher.php:391 /classes/Dispatcher.php:217 /classes/Dispatcher.php:193 /index.php:28
|
SELECT SQL_NO_CACHE tdd.*, tddl.`label`
FROM ps_tmdaydeal tdd
LEFT JOIN ps_tmdaydeal_lang tddl
ON(tdd.`id_tab` = tddl.`id_tab`)
JOIN ps_specific_price sp
ON(sp.`id_specific_price` = tdd.`id_specific_price`)
WHERE tdd.`id_product` = 382
AND tdd.`id_shop` = 1
AND tddl.`id_lang` = 3
AND tdd.`status` = 1
AND tdd.`data_end` >= '2025-04-28 05:12:00'
AND tdd.`data_start` <= '2025-04-28 05:12:00'
ORDER BY tdd.`id_tab` |
0.6 |
39 |
Yes |
|
/modules/tmdaydeal/classes/DayDeal.php:165
/modules/tmdaydeal/tmdaydeal.php:986 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/16/3d/67/163d67836bdd1e96f4023c35847820a17885f3fe.file.default.tpl.php:452 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/a0/88/dc/a088dcb710314ed25bf7e960207e75127b613c67.file.product.tpl.php:37 /tools/smarty/sysplugins/smarty_internal_templatebase.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 gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.6 |
1 |
Yes |
|
/classes/shop/Shop.php:663
/classes/shop/Shop.php:717 /classes/Configuration.php:244 /classes/shop/Shop.php:369 /config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE *, ( 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, 382) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.6 |
2 |
Yes |
|
/classes/SpecificPrice.php:362
/classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:499 /controllers/front/ProductController.php:85 /tools/profiling/Controller.php:201 /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` = 382) AND (b.`id_shop` = 1) LIMIT 1 |
0.6 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /classes/Link.php:104 /classes/Link.php:586 /classes/controller/FrontController.php:469 /controllers/front/ProductController.php:82 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC |
0.6 |
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.6 |
384 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutItems.php:114
/modules/tmmegalayout/tmmegalayout.php:1605 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE pl.`id_lang`, pl.`link_rewrite`, p.`ean13`, cl.`link_rewrite` AS category_rewrite
FROM `ps_product` p
LEFT JOIN `ps_product_lang` pl ON (p.`id_product` = pl.`id_product` AND pl.id_shop = 1 )
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_lang` l ON (pl.`id_lang` = l.`id_lang`)
LEFT JOIN `ps_category_lang` cl ON (cl.`id_category` = product_shop.`id_category_default` AND cl.`id_lang` = pl.`id_lang` AND cl.id_shop = 1 )
WHERE p.`id_product` = 382
AND l.`active` = 1 |
0.6 |
5 |
|
|
/classes/Product.php:5017
/modules/blocklanguages/blocklanguages.php:64 /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 *,
( 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, 382) AND `id_customer` = 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`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.5 |
2 |
Yes |
|
/classes/SpecificPrice.php:419
/controllers/front/ProductController.php:335 /controllers/front/ProductController.php:232 /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.5 |
1 |
|
|
/classes/Country.php:173
/classes/Tools.php:588 /classes/controller/FrontController.php:277 /controllers/front/ProductController.php:82 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `status`
FROM ps_tmnewsletter
WHERE `id_guest` =0 LIMIT 1 |
0.5 |
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/ProductController.php:172 /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.5 |
1 |
|
|
/modules/whatsapp/whatsapp.php:321
/classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:581 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 382 AND `id_shop` = 1 |
0.5 |
5 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Product.php:477 /modules/blockviewed/blockviewed.php:158 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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.5 |
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 `name`, `meta_title`, `meta_description`, `meta_keywords`, `description_short`
FROM `ps_product` p
LEFT JOIN `ps_product_lang` pl ON (pl.`id_product` = p.`id_product` AND pl.id_shop = 1 )
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE pl.id_lang = 3
AND pl.id_product = 382
AND product_shop.active = 1 LIMIT 1 |
0.5 |
1 |
|
|
/classes/Meta.php:259
/classes/Meta.php:207 /classes/controller/FrontController.php:393 /controllers/front/ProductController.php:82 /tools/profiling/Controller.php:201 /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 <= 3
AND c.nright >= 34
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.5 |
2 |
Yes |
|
/classes/Tools.php:1308
/controllers/front/ProductController.php:592 /controllers/front/ProductController.php:230 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 382 |
0.5 |
1 |
|
|
/classes/Product.php:5681
/controllers/front/ProductController.php:568 /controllers/front/ProductController.php:240 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.5 |
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/ProductController.php:82 /tools/profiling/Controller.php:201 /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.5 |
79 |
|
|
/classes/SpecificPrice.php:230
/classes/SpecificPrice.php:283 /classes/SpecificPrice.php:348 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:499 /controllers/front/ProductController.php:85 /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 = 382
ORDER BY f.position ASC |
0.5 |
1 |
Yes |
|
/classes/Product.php:4456
/classes/Product.php:4465 /controllers/front/ProductController.php:270 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE p.id_product
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)
WHERE p.id_product = 382
AND DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2025-04-28 00:00:00",
INTERVAL 20 DAY
)
) > 0 |
0.5 |
0 |
|
|
/classes/Product.php:1278
/classes/Product.php:494 /controllers/front/ProductController.php:85 /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` = 382) |
0.5 |
1 |
|
|
/classes/Product.php:3002
/classes/Product.php:2901 /classes/Product.php:499 /controllers/front/ProductController.php:85 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE pc.`id_product_comment`,
(SELECT count(*) FROM `ps_product_comment_usefulness` pcu WHERE pcu.`id_product_comment` = pc.`id_product_comment` AND pcu.`usefulness` = 1) as total_useful,
(SELECT count(*) FROM `ps_product_comment_usefulness` pcu WHERE pcu.`id_product_comment` = pc.`id_product_comment`) as total_advice,
IF(c.id_customer, CONCAT(c.`firstname`, ' ', LEFT(c.`lastname`, 1)), pc.customer_name) customer_name, pc.`content`, pc.`grade`, pc.`date_add`, pc.title
FROM `ps_product_comment` pc
LEFT JOIN `ps_customer` c ON c.`id_customer` = pc.`id_customer`
WHERE pc.`id_product` = 382 AND pc.`validate` = 1
ORDER BY pc.`date_add` DESC |
0.5 |
1 |
Yes |
|
/modules/productcomments/ProductComment.php:114
/modules/productcomments/productcomments.php:747 /classes/Hook.php:599 /classes/Hook.php:548 /controllers/front/ProductController.php:278 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.4 |
1 |
|
|
/classes/shop/ShopUrl.php:169
/classes/shop/ShopUrl.php:183 /classes/Tools.php:314 /classes/Link.php:52 /config/config.inc.php:234 /index.php:27
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 382
ORDER BY `position` |
0.4 |
4 |
Yes |
|
/classes/Product.php:2725
/controllers/front/ProductController.php:375 /controllers/front/ProductController.php:235 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE DISTINCT la.`id_attribute`, la.`url_name` as `attribute`
FROM `ps_attribute` a
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_layered_indexable_attribute_lang_value` la
ON (la.`id_attribute` = a.`id_attribute` AND la.`id_lang` = 3)
WHERE la.`url_name` IS NOT NULL AND la.`url_name` != ''
AND pa.`id_product` = 382 |
0.4 |
1 |
|
|
/classes/Product.php:5624
/controllers/front/ProductController.php:568 /controllers/front/ProductController.php:240 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='fae93e843c6ac5056516dce6cb97fabd' AND cache_id="blockpaymentlogo|1|1|1|21" AND compile_id="" LIMIT 1 |
0.4 |
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 su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl, t.id_theme, t.name, t.directory
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
LEFT JOIN ps_theme t ON (t.id_theme = s.id_theme)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.4 |
1 |
|
|
/classes/shop/Shop.php:202
/classes/shop/Shop.php:133 /classes/shop/Shop.php:397 /config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='34ddc602cb33e32d09ccb6ae2ee5f5a7' AND cache_id="tmproductlistgallery|1|1|1|21|0" AND compile_id="" LIMIT 1 |
0.4 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:546 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_tmoneclickorder_fields tmo
JOIN ps_tmoneclickorder_fields_lang tmol
ON tmo.id_shop =1
AND tmol.id_lang = 3
AND tmo.id_field = tmol.id_field
ORDER BY `sort_order` |
0.4 |
2 |
Yes |
|
/modules/tmoneclickorder/classes/TMOneClickOrderFields.php:101
/modules/tmoneclickorder/tmoneclickorder.php:1759 /modules/tmoneclickorder/tmoneclickorder.php:1776 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:581 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE pcc.`id_product_comment_criterion`, pccl.`name`
FROM `ps_product_comment_criterion` pcc
LEFT JOIN `ps_product_comment_criterion_lang` pccl
ON (pcc.id_product_comment_criterion = pccl.id_product_comment_criterion)
LEFT JOIN `ps_product_comment_criterion_product` pccp
ON (pcc.`id_product_comment_criterion` = pccp.`id_product_comment_criterion` AND pccp.`id_product` = 382)
LEFT JOIN `ps_product_comment_criterion_category` pccc
ON (pcc.`id_product_comment_criterion` = pccc.`id_product_comment_criterion`)
LEFT JOIN `ps_product_shop` ps
ON (ps.id_category_default = pccc.id_category AND ps.id_product = 382)
WHERE pccl.`id_lang` = 3
AND (
pccp.id_product IS NOT NULL
OR ps.id_product IS NOT NULL
OR pcc.id_product_comment_criterion_type = 1
)
AND pcc.active = 1
GROUP BY pcc.id_product_comment_criterion |
0.4 |
1 |
|
Yes |
/modules/productcomments/ProductCommentCriterion.php:176
/modules/productcomments/productcomments.php:795 /modules/productcomments/productcomments.php:808 /classes/Hook.php:599 /classes/Hook.php:546 /controllers/front/ProductController.php:274 /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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=382 |
0.4 |
22 |
|
|
/classes/Tag.php:205
/classes/Product.php:502 /controllers/front/ProductController.php:85 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Currency.php:103 /classes/Currency.php:451 /classes/Tools.php:617 /classes/controller/FrontController.php:289 /controllers/front/ProductController.php:82 /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`='9fa9093315e5c48a4ea4377ba36c1a53' AND cache_id="blocknewproducts|20250428|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/blocknewproducts/blocknewproducts.php:111 /modules/blocknewproducts/blocknewproducts.php:138 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:581 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) n
FROM `ps_module_shop`
WHERE id_module=20 AND id_shop IN (1)
GROUP BY id_module
HAVING n=1 LIMIT 1 |
0.4 |
1 |
|
|
/classes/module/Module.php:2209
/modules/tmnewsletter/tmnewsletter.php:888 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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.4 |
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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_product_lang` WHERE id_product = 382 AND id_lang = 3 LIMIT 1 |
0.4 |
5 |
|
|
/modules/whatsapp/whatsapp.php:282
/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 id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.4 |
1 |
|
|
/classes/ObjectModel.php:1458
/classes/Tools.php:621 /classes/controller/FrontController.php:289 /controllers/front/ProductController.php:82 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE id_tab, class_name FROM `ps_tab` |
0.4 |
137 |
|
|
/classes/Tab.php:296
/modules/tmoneclickorder/tmoneclickorder.php:105 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.4 |
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 image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 382
AND image_shop.`cover` = 1 LIMIT 1 |
0.4 |
4 |
|
|
/classes/Product.php:2747
/modules/productcomments/productcomments.php:783 /modules/productcomments/productcomments.php:808 /classes/Hook.php:599 /classes/Hook.php:546 /controllers/front/ProductController.php:274 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 382 LIMIT 1 |
0.4 |
1 |
|
|
/classes/Product.php:752
/classes/Product.php:2957 /classes/Product.php:2901 /classes/Product.php:499 /controllers/front/ProductController.php:85 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
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 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.4 |
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/ProductController.php:172 /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.4 |
5 |
Yes |
|
/classes/Language.php:717
/classes/Tools.php:517 /classes/controller/FrontController.php:241 /controllers/front/ProductController.php:82 /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`='2306f12dc6f3b71ce637c9a3718d36ae' AND cache_id="tmproductzoomer|1|1|1|21" AND compile_id="" LIMIT 1 |
0.4 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductzoomer/tmproductzoomer.php:914 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_tmmegalayout_items
WHERE `id_layout` =7 |
0.4 |
384 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutItems.php:90
/modules/tmmegalayout/tmmegalayout.php:599 /modules/tmmegalayout/tmmegalayout.php:1014 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 10428693
AND `date_add` > '2025-04-28 04:42:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.4 |
1 |
Yes |
|
/classes/Connection.php:138
/classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /classes/Hook.php:599 /classes/Hook.php:548 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='2cb1c359e6f39b4cb109bbd6f00f3e7e' AND cache_id="blocksocial|1|1|1|21" AND compile_id="" LIMIT 1 |
0.4 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blocksocial/blocksocial.php:103 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE 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.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/tmsearch/tmsearch.php:625 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_alias` |
0.4 |
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 16 LIMIT 1 |
0.4 |
1 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /classes/Link.php:104 /classes/Link.php:586 /classes/controller/FrontController.php:469 /controllers/front/ProductController.php:82 /tools/profiling/Controller.php:201 /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/socialsharing/socialsharing.php:168 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE pc.`id_product_comment`, pcg.`grade`, pccl.`name`, pcc.`id_product_comment_criterion`
FROM `ps_product_comment` pc
LEFT JOIN `ps_product_comment_grade` pcg ON (pcg.`id_product_comment` = pc.`id_product_comment`)
LEFT JOIN `ps_product_comment_criterion` pcc ON (pcc.`id_product_comment_criterion` = pcg.`id_product_comment_criterion`)
LEFT JOIN `ps_product_comment_criterion_lang` pccl ON (pccl.`id_product_comment_criterion` = pcg.`id_product_comment_criterion`)
WHERE pc.`id_product` = 382
AND pccl.`id_lang` = 3 AND pc.`validate` = 1 |
0.4 |
1 |
|
|
/modules/productcomments/ProductComment.php:168
/modules/productcomments/ProductComment.php:203 /modules/productcomments/productcomments.php:820 /classes/Hook.php:599 /classes/Hook.php:548 /controllers/front/ProductController.php:279 /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.4 |
1 |
|
|
/classes/Category.php:1477
/classes/Category.php:1497 /controllers/front/ProductController.php:591 /controllers/front/ProductController.php:230 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
0.4 |
79 |
|
|
/classes/SpecificPrice.php:238
/classes/SpecificPrice.php:283 /classes/SpecificPrice.php:348 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:499 /controllers/front/ProductController.php:85 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE id_address
FROM `ps_address`
WHERE (id_supplier = 0) AND (deleted = 0) AND (id_customer = 0) AND (id_manufacturer = 0) AND (id_warehouse = 0) LIMIT 1 |
0.4 |
1 |
|
|
/classes/Address.php:437
/modules/tmoneclickorder/tmoneclickorder.php:1756 /modules/tmoneclickorder/tmoneclickorder.php:1776 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:581 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_themeconfigurator`
WHERE id_shop = 1 AND id_lang = 3
AND hook = 'footer' AND active = 1
ORDER BY item_order ASC |
0.4 |
29 |
Yes |
|
/modules/themeconfigurator/themeconfigurator.php:375
/modules/themeconfigurator/themeconfigurator.php:359 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
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` = 16) 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 /controllers/front/ProductController.php:158 /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.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Language.php:90 /config/config.inc.php:195 /index.php:27
|
SELECT SQL_NO_CACHE `id_layout`, `layout_name`, `hook_name`, `status`
FROM ps_tmmegalayout
WHERE `id_shop` = 1 |
0.4 |
24 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:124
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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.4 |
1 |
|
|
/classes/ObjectModel.php:1458
/classes/Tools.php:501 /classes/controller/FrontController.php:241 /controllers/front/ProductController.php:82 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 10428693
AND `date_add` > '2025-04-28 04:42:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.4 |
1 |
Yes |
|
/classes/Connection.php:138
/classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /classes/Hook.php:599 /classes/Hook.php:548 /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`='5014cc155cbe13fff02a1e1264cba4cc' AND cache_id="tmmegamenu|1|1|1|21" AND compile_id="" LIMIT 1 |
0.4 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmmegamenu/tmmegamenu.php:2790 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='0830554ae3eeb9e417b37f2ac103c513' AND cache_id="tmheaderaccount|1|1|1|21" AND compile_id="" LIMIT 1 |
0.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 *
FROM `ps_tmhtmlcontent`
WHERE id_shop = 1 AND id_lang = 3
AND hook = 'left' AND active = 1
ORDER BY item_order ASC |
0.4 |
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/ProductController.php:172 /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` = "product"
AND tml.`id_shop` = 1
AND tml.`hook_name` = "displayFooter"
AND tmlp.`status` = 1 LIMIT 1 |
0.4 |
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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 309) LIMIT 1 |
0.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' AND active = 1 LIMIT 1 |
0.4 |
1 |
|
|
/classes/Country.php:173
/classes/Tools.php:588 /controllers/front/ProductController.php:306 /controllers/front/ProductController.php:232 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_themeconfigurator`
WHERE id_shop = 1 AND id_lang = 3
AND hook = 'footer' AND active = 1
ORDER BY item_order ASC |
0.4 |
29 |
Yes |
|
/modules/themeconfigurator/themeconfigurator.php:375
/modules/themeconfigurator/themeconfigurator.php:359 /classes/Hook.php:599 /classes/Hook.php:546 /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 `status`
FROM ps_tmnewsletter_settings
WHERE `id_shop` = 1
AND `is_guest` = 0 LIMIT 1 |
0.4 |
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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 4) LIMIT 1 |
0.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Language.php:90 /classes/Language.php:723 /classes/Tools.php:517 /classes/controller/FrontController.php:241 /controllers/front/ProductController.php:82 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_product_shop`
WHERE `id_product` = 382
AND id_shop = 1 LIMIT 1 |
0.4 |
1 |
|
|
/classes/ObjectModel.php:1458
/controllers/front/ProductController.php:100 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 2
AND `status` = 1 |
0.4 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gender` a0
LEFT JOIN `ps_gender_lang` `a1` ON (a0.`id_gender` = a1.`id_gender`)
WHERE (a1.`id_lang` = 3) |
0.4 |
2 |
|
|
/classes/PrestaShopCollection.php:358
/classes/PrestaShopCollection.php:397 /cache/smarty/compile/eb/0d/df/eb0ddfae8270ba16e28f40dcd79b67d110fcf193.file.tmheaderaccount-content.tpl.php:205 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c2/ca/6e/c2ca6e86178ea77eced5b7314042bd12e94cef0d.file.tmheaderaccount.tpl.php:43 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /classes/module/Module.php:2309 /modules/tmheaderaccount/tmheaderaccount.php:821 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.4 |
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:108
/classes/Product.php:3077 /classes/Product.php:2901 /controllers/front/ProductController.php:317 /controllers/front/ProductController.php:232 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 382
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.4 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:743 /classes/Hook.php:599 /classes/Hook.php:548 /controllers/front/ProductController.php:278 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.4 |
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/ProductController.php:82 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 382 AND ctg.`id_group` = 1 LIMIT 1 |
0.4 |
4 |
|
|
/classes/Product.php:4921
/classes/Product.php:4905 /controllers/front/ProductController.php:130 /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`='641c66a7ba246b0cc32ce60809f14935' AND cache_id="socialsharing|382|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/socialsharing/socialsharing.php:212 /modules/socialsharing/socialsharing.php:266 /classes/Hook.php:599 /classes/Hook.php:548 /controllers/front/ProductController.php:277 /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 = 382) 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:5873 /classes/Product.php:505 /controllers/front/ProductController.php:85 /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`='1ff8b8c9c670e51f58c2498a35f31271' AND cache_id="crossselling|productfooter|382|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/crossselling/crossselling.php:255 /classes/Hook.php:599 /classes/Hook.php:548 /controllers/front/ProductController.php:618 /controllers/front/ProductController.php:230 /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`='412b7dcecf7275142ddab616402eea44' AND cache_id="productscategory|382|16|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/productscategory/productscategory.php:115 /classes/Hook.php:599 /classes/Hook.php:548 /controllers/front/ProductController.php:618 /controllers/front/ProductController.php:230 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 0
AND `active` = 1 LIMIT 1 |
0.3 |
0 |
|
|
/classes/Manufacturer.php:246
/classes/Product.php:485 /controllers/front/ProductController.php:85 /tools/profiling/Controller.php:201 /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` = "product"
AND tml.`id_shop` = 1
AND tml.`hook_name` = "displayFooterProduct"
AND tmlp.`status` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:341
/modules/tmmegalayout/tmmegalayout.php:1000 /modules/tmmegalayout/tmmegalayout.php:1764 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/16/3d/67/163d67836bdd1e96f4023c35847820a17885f3fe.file.default.tpl.php:1007 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/a0/88/dc/a088dcb710314ed25bf7e960207e75127b613c67.file.product.tpl.php:37 /tools/smarty/sysplugins/smarty_internal_templatebase.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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 382
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/productcomments/ProductComment.php:184
/modules/productcomments/productcomments.php:798 /modules/productcomments/productcomments.php:808 /classes/Hook.php:599 /classes/Hook.php:546 /controllers/front/ProductController.php:274 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
0.3 |
0 |
|
|
/classes/Supplier.php:192
/classes/Product.php:486 /controllers/front/ProductController.php:85 /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`='350b64fdfc7f2b68bc323d7e925f3da3' AND cache_id="tmheaderaccount|1|1|1|21" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmheaderaccount/tmheaderaccount.php: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 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/ProductController.php:172 /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.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tmhtmlcontent" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blocksocial" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'product' LIMIT 1 |
0.3 |
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 `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 UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='12f8bc6e991877a68d026be13180f43d' AND cache_id="productpaymentlogos|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/productpaymentlogos/productpaymentlogos.php:73 /classes/Hook.php:599 /classes/Hook.php:546 /controllers/front/ProductController.php:277 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'large_default' LIMIT 1 |
0.3 |
1 |
|
|
/classes/Image.php:471
/controllers/front/ProductController.php:404 /controllers/front/ProductController.php:235 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_product_video_lang
WHERE id_shop = 1
AND id_lang = 3
AND id_product = 382
AND status = 1
ORDER BY sort_order |
0.3 |
2 |
Yes |
|
/modules/tmproductvideos/tmproductvideos.php:938
/modules/tmproductvideos/tmproductvideos.php:1015 /classes/Hook.php:599 /classes/Hook.php:548 /controllers/front/ProductController.php:278 /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.3 |
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/ProductController.php:172 /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='compile' LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:95
/classes/SmartyCustom.php:118 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/socialsharing/socialsharing.php:168 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_theme` a
WHERE (a.`id_theme` = 2) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /config/config.inc.php:115 /index.php:27
|
SELECT SQL_NO_CACHE * FROM ps_whatsapp_status WHERE id_status = 2 LIMIT 1 |
0.3 |
1 |
|
|
/modules/whatsapp/whatsapp.php:346
/cache/smarty/compile/ad/a0/2c/ada02c2ec2e101066e5a41af04b9b00c0dc54715.file.footer.tpl.php:59 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /modules/whatsapp/whatsapp.php:310 /modules/whatsapp/whatsapp.php:317 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 382
AND pc.`id_customer` = 0
ORDER BY pc.`date_add` DESC LIMIT 1 |
0.3 |
1 |
Yes |
|
/modules/productcomments/ProductComment.php:136
/modules/productcomments/productcomments.php:779 /modules/productcomments/productcomments.php:808 /classes/Hook.php:599 /classes/Hook.php:546 /controllers/front/ProductController.php:274 /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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_whatsapp_settings WHERE id_settings = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/whatsapp/whatsapp.php:259
/modules/whatsapp/whatsapp.php:317 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 16 LIMIT 1 |
0.3 |
0 |
|
|
/classes/Category.php:1054
/classes/Product.php:509 /modules/blockviewed/blockviewed.php:158 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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.3 |
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 UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='37bfbaaf703b68c8f8e0c1698a9db7d7' AND cache_id="blockbestsellers-col|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/blockbestsellers/blockbestsellers.php:240 /modules/blockbestsellers/blockbestsellers.php:260 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:581 /controllers/front/ProductController.php:172 /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 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-04-28 00:00:00' AND '2025-04-28 23:59:59' LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:302
/classes/SpecificPrice.php:348 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:499 /controllers/front/ProductController.php:85 /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.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 382
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:499 /controllers/front/ProductController.php:85 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tmmegamenu" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE 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|16|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_product_video_lang
WHERE id_shop = 1
AND id_lang = 3
AND id_product = 382
AND status = 1
ORDER BY sort_order |
0.3 |
2 |
Yes |
|
/modules/tmproductvideos/tmproductvideos.php:938
/modules/tmproductvideos/tmproductvideos.php:1026 /classes/Hook.php:599 /classes/Hook.php:548 /controllers/front/ProductController.php:279 /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`='d45761cce87889c73d7c7cf6a19b7636' AND cache_id="blockbanner|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/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_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='fc2d69a81010c39e3d7c01b6e0aaf940' AND cache_id="blockmyaccountfooter|1|1|1|21" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockmyaccountfooter/blockmyaccountfooter.php:110 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 2 AND `id_object` = 382 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Page.php:77
/classes/Connection.php:150 /classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 3
AND `id_country` = 21 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Country.php:221
/classes/Address.php:162 /modules/tmoneclickorder/tmoneclickorder.php:1757 /modules/tmoneclickorder/tmoneclickorder.php:1776 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:581 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockmyaccountfooter" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE 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 `status`
FROM ps_tmnewsletter_settings
WHERE `id_shop` = 1
AND `is_guest` = 1 LIMIT 1 |
0.3 |
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/ProductController.php:172 /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 `width`, `height`
FROM ps_image_type
WHERE `name` = 'medium_default' LIMIT 1 |
0.3 |
1 |
|
|
/classes/Image.php:471
/controllers/front/ProductController.php:409 /controllers/front/ProductController.php:235 /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` = 308) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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` = 16
AND id_shop = 1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/ObjectModel.php:1458
/controllers/front/ProductController.php:591 /controllers/front/ProductController.php:230 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tmnewsletter" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='b25eed1c41d9152eaf1d8f1ab98d9723' AND cache_id="tmproductzoomer|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/tmproductzoomer/tmproductzoomer.php:919 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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.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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 382) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:672
/classes/Product.php:5874 /classes/Product.php:505 /controllers/front/ProductController.php:85 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 382
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:781 /modules/productcomments/productcomments.php:808 /classes/Hook.php:599 /classes/Hook.php:546 /controllers/front/ProductController.php:274 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.3 |
17 |
|
|
/classes/ImageType.php:143
/classes/ImageType.php:174 /classes/Category.php:660 /controllers/front/ProductController.php:605 /controllers/front/ProductController.php:230 /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.3 |
1 |
|
|
/modules/whatsapp/whatsapp.php:314
/classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2218
/controllers/front/ProductController.php:159 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 382 AND `id_group` = 1 LIMIT 1 |
0.3 |
0 |
|
|
/classes/GroupReduction.php:149
/classes/Product.php:3115 /classes/Product.php:2901 /classes/Product.php:499 /controllers/front/ProductController.php:85 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 21 |
0.3 |
7 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegamenu/tmmegamenu.php:2685 /modules/tmmegamenu/tmmegamenu.php:2801 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/ProductController.php:172 /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/ProductController.php:172 /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` = 382 AND id_shop=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Product.php:5037
/classes/Product.php:3053 /classes/Product.php:2901 /classes/Product.php:499 /controllers/front/ProductController.php:85 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1 |
0.3 |
1 |
|
|
/classes/Image.php:471
/controllers/front/ProductController.php:411 /controllers/front/ProductController.php:235 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 2) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Address.php:158 /modules/tmoneclickorder/tmoneclickorder.php:1757 /modules/tmoneclickorder/tmoneclickorder.php:1776 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:581 /controllers/front/ProductController.php:172 /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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 358) 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/ProductController.php:172 /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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 355) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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 depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 382) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.3 |
1 |
|
|
/classes/stock/StockAvailable.php:648
/classes/Product.php:5875 /classes/Product.php:505 /controllers/front/ProductController.php:85 /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`='1241ee83564a2a983632c25763386d04' AND cache_id="socialsharing_header|382|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/socialsharing/socialsharing.php:168 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_whatsapp_status_lang WHERE id_status = 2 AND id_lang = 3 LIMIT 1 |
0.3 |
15 |
|
|
/modules/whatsapp/whatsapp.php:335
/cache/smarty/compile/ad/a0/2c/ada02c2ec2e101066e5a41af04b9b00c0dc54715.file.footer.tpl.php:73 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /modules/whatsapp/whatsapp.php:310 /modules/whatsapp/whatsapp.php:317 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 180) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 314) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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.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/ProductController.php:172 /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/ProductController.php:172 /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` = "displayFooterProduct"
AND tmlp.`status` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:341
/modules/tmmegalayout/tmmegalayout.php:1002 /modules/tmmegalayout/tmmegalayout.php:1764 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/16/3d/67/163d67836bdd1e96f4023c35847820a17885f3fe.file.default.tpl.php:1007 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/a0/88/dc/a088dcb710314ed25bf7e960207e75127b613c67.file.product.tpl.php:37 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/FrontController.php:713 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blocklayered" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /classes/Product.php:5612 /controllers/front/ProductController.php:568 /controllers/front/ProductController.php:240 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='aa0f17239b4de965a8d7342024577b83' AND cache_id="blockcms|2|1|1|1|21" AND compile_id="" LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockcms/blockcms.php:854 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/ObjectModel.php:1458
/classes/Group.php:349 /classes/Cart.php:184 /classes/Cart.php:179 /classes/controller/FrontController.php:348 /controllers/front/ProductController.php:82 /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` = 3) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2218
/classes/Product.php:5612 /controllers/front/ProductController.php:568 /controllers/front/ProductController.php:240 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 4) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_tmmegalayout
WHERE `hook_name` = "displayFooter"
AND `id_shop` =1
AND `status` = 1 LIMIT 1 |
0.3 |
24 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:63
/modules/tmmegalayout/tmmegalayout.php:1003 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Group.php:133
/classes/Product.php:3119 /classes/Product.php:2901 /classes/Product.php:499 /controllers/front/ProductController.php:85 /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` = 311) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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 COUNT(pc.`id_product`) AS nbr
FROM `ps_product_comment` pc
WHERE `id_product` = 382 AND `validate` = 1
AND `grade` > 0 LIMIT 1 |
0.3 |
1 |
|
|
/modules/productcomments/ProductComment.php:260
/modules/productcomments/ProductComment.php:204 /modules/productcomments/productcomments.php:820 /classes/Hook.php:599 /classes/Hook.php:548 /controllers/front/ProductController.php:279 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-04-28 00:00:00' AND '2025-04-28 23:59:59' LIMIT 1 |
0.3 |
1 |
|
|
/classes/SpecificPrice.php:306
/classes/SpecificPrice.php:348 /classes/Product.php:2976 /classes/Product.php:2901 /classes/Product.php:499 /controllers/front/ProductController.php:85 /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` = 176) 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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blocknewsletter" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockcms" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_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/socialsharing/socialsharing.php:168 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 164) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 168) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 19) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blocklanguages" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 354) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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` = "product"
AND tml.`id_shop` = 1
AND tml.`hook_name` = "displayHeader"
AND tmlp.`status` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:341
/modules/tmmegalayout/tmmegalayout.php:1000 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 21) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE tml.`id_layout`
FROM ps_tmmegalayout tml
LEFT JOIN ps_tmmegalayout_pages tmlp
ON(tml.`id_layout` = tmlp.`id_layout`)
WHERE tmlp.`page_name` = "subpages"
AND tml.`id_shop` = 1
AND tml.`hook_name` = "displayHeader"
AND tmlp.`status` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:341
/modules/tmmegalayout/tmmegalayout.php:1002 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 310) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockcategories" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /controllers/front/ProductController.php:159 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'cart_default' LIMIT 1 |
0.3 |
1 |
|
|
/classes/Image.php:471
/controllers/front/ProductController.php:412 /controllers/front/ProductController.php:235 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 166) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 359) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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/ProductController.php:172 /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.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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 357) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 5) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 14
AND `status` = 1 |
0.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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 3
AND `status` = 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockcontactinfos" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 165) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pagesnotfound" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `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/ProductController.php:172 /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.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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 172) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_tmmegalayout
WHERE `hook_name` = "displayFooterProduct"
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:1764 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/16/3d/67/163d67836bdd1e96f4023c35847820a17885f3fe.file.default.tpl.php:1007 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/a0/88/dc/a088dcb710314ed25bf7e960207e75127b613c67.file.product.tpl.php:37 /tools/smarty/sysplugins/smarty_internal_templatebase.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` = 23) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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.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/ProductController.php:172 /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 = 16 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Category.php:1477
/classes/Tools.php:1292 /controllers/front/ProductController.php:592 /controllers/front/ProductController.php:230 /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.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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 356) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_product_comment` pc
WHERE `id_product` = 382 AND `validate` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/productcomments/ProductComment.php:240
/modules/productcomments/productcomments.php:800 /modules/productcomments/productcomments.php:808 /classes/Hook.php:599 /classes/Hook.php:546 /controllers/front/ProductController.php:274 /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: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 *
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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 315) LIMIT 1 |
0.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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 167) LIMIT 1 |
0.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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 4
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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/ProductController.php:172 /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/ProductController.php:172 /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.2 |
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 *
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/ProductController.php:172 /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 *
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/ProductController.php:172 /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/ProductController.php:172 /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/ProductController.php:172 /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.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/ProductController.php:172 /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.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/ProductController.php:172 /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.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/ProductController.php:172 /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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 18
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 18) LIMIT 1 |
0.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/ProductController.php:172 /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.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` = 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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 178) LIMIT 1 |
0.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/ProductController.php:172 /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/ProductController.php:172 /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/ProductController.php:172 /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/ProductController.php:172 /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/ProductController.php:172 /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/ProductController.php:172 /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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 9
AND `status` = 1 |
0.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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 11) LIMIT 1 |
0.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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 21
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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/ProductController.php:172 /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/ProductController.php:172 /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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 15
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 307) LIMIT 1 |
0.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/ProductController.php:172 /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/ProductController.php:172 /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 *
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/ProductController.php:172 /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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 12
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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` = 182) 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/ProductController.php:172 /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/ProductController.php:172 /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` = 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/ProductController.php:172 /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 `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 5
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 170) LIMIT 1 |
0.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/ProductController.php:172 /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.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/ProductController.php:172 /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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 10
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/ProductController.php:172 /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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 174) LIMIT 1 |
0.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/ProductController.php:172 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|