SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_log` l
WHERE (message = "Backward compatibility for this method couldn\\\'t be handled. Use $this->registerJavascript() instead") AND (severity = 3) AND (error_code = 0) AND (object_type = "") AND (object_id = 0) AND (id_shop = 1) AND (id_shop_group = 0) AND (id_lang = 1) AND (in_all_shops = 0) LIMIT 1 |
78414
ms
|
26305 |
|
|
/classes/PrestaShopLogger.php:244
/classes/PrestaShopLogger.php:219<br>/classes/PrestaShopLogger.php:175<br>/classes/Tools.php:3176<br>/classes/Tools.php:3144<br>/classes/controller/FrontController.php:2008<br>/classes/controller/FrontController.php:1181<br>/modules/stblogarchives/stblogarchives.php:148<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
3085
ms
|
5948721 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
3045
ms
|
2670 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
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` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
1370
ms
|
170 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/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 |
1075
ms
|
0 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:6773<br>/classes/Product.php:733<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `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 |
1005
ms
|
462 |
|
|
/classes/Hook.php:504
/classes/Hook.php:544<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:6773<br>/classes/Product.php:733<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.`id_product`,
pl.`link_rewrite`,pl.`name`,
product_shop.`id_category_default`,
MAX(image_shop.`id_image`) id_image
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.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 (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 34
AND product_shop.`active` = 1
AND product_shop.`visibility` IN ("both", "catalog")
AND cp.`position` <96
GROUP BY product_shop.id_product
ORDER BY cp.`position` DESC LIMIT 1 |
619
ms
|
37 |
Yes
|
|
/modules/stproductlinknav/stproductlinknav.php:124
/modules/stproductlinknav/stproductlinknav.php:186<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.`id_product`,
pl.`link_rewrite`,pl.`name`,
product_shop.`id_category_default`,
MAX(image_shop.`id_image`) id_image
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.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 (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 34
AND product_shop.`active` = 1
AND product_shop.`visibility` IN ("both", "catalog")
AND cp.`position` >96
GROUP BY product_shop.id_product
ORDER BY cp.`position` ASC LIMIT 1 |
619
ms
|
41 |
Yes
|
|
/modules/stproductlinknav/stproductlinknav.php:124
/modules/stproductlinknav/stproductlinknav.php:187<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `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` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 34
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
489
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:919
/controllers/front/ProductController.php:827<br>/controllers/front/ProductController.php:321<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/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-09-16 00:00:00",
INTERVAL 60 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` = 1 AND pl.id_shop = 1
)
LEFT JOIN `ps_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 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` = 1)
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` = 681 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
470
ms
|
1 |
|
Yes
|
/classes/Product.php:4631
/controllers/front/ProductController.php:358<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_notification` snl
INNER JOIN ps_st_notification_shop st_notification_shop
ON (st_notification_shop.id_st_notification = snl.id_st_notification AND st_notification_shop.id_shop = 1)
LEFT JOIN `ps_st_notification_lang` snll ON (snl.`id_st_notification` = snll.`id_st_notification`)
WHERE snl.`active`=1 AND snll.`id_lang` = 1
ORDER BY snl.`position` |
456
ms
|
2 |
Yes
|
|
/modules/stnotification/classes/StNotificationClass.php:213
/modules/stnotification/stnotification.php:1251<br>/modules/stnotification/stnotification.php:1244<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:57<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/71/b9/37/71b937efef42c2a530a910e31abb4e970d3cd3df_2.file.header.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/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`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, 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` = 681
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
454
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4541
/controllers/front/ProductController.php:577<br>/controllers/front/ProductController.php:414<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_sidebar` snl
INNER JOIN ps_st_sidebar_shop st_sidebar_shop
ON (st_sidebar_shop.id_st_sidebar = snl.id_st_sidebar AND st_sidebar_shop.id_shop = 1)
LEFT JOIN `ps_st_sidebar_lang` snll ON (snl.`id_st_sidebar` = snll.`id_st_sidebar`)
WHERE snll.`id_lang` = 1 AND snl.`active`=1
ORDER BY snl.`location`, snl.`position` |
436
ms
|
6 |
Yes
|
|
/modules/stsidebar/classes/StSidebarClass.php:116
/modules/stsidebar/stsidebar.php:1358<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:514<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:148<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_notification` snl
INNER JOIN ps_st_notification_shop st_notification_shop
ON (st_notification_shop.id_st_notification = snl.id_st_notification AND st_notification_shop.id_shop = 1)
LEFT JOIN `ps_st_notification_lang` snll ON (snl.`id_st_notification` = snll.`id_st_notification`)
WHERE snl.`active`=1 AND snll.`id_lang` = 1
ORDER BY snl.`position` |
434
ms
|
2 |
Yes
|
|
/modules/stnotification/classes/StNotificationClass.php:213
/modules/stnotification/stnotification.php:1251<br>/modules/stnotification/stnotification.php:1244<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:614<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:183<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE sms.*, smsl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_page_banner` sms
LEFT JOIN `ps_st_page_banner_lang` smsl ON (sms.`id_st_page_banner` = smsl.`id_st_page_banner`)
INNER JOIN ps_st_page_banner_shop st_page_banner_shop
ON (st_page_banner_shop.id_st_page_banner = sms.id_st_page_banner AND st_page_banner_shop.id_shop = 1)
WHERE smsl.`id_lang` = 1 AND sms.`active`=1 AND sms.`item_k`=1 AND (sms.`show_subcate` = 0 AND sms.`item_v`="34" OR sms.`show_subcate` = 1 AND sms.`item_v` IN(34,19,13,2,1)) ORDER BY sms.`position`
LIMIT 1 |
433
ms
|
1 |
Yes
|
|
/modules/stpagebanner/classes/StPageBannerClass.php:197
/modules/stpagebanner/stpagebanner.php:1455<br>/modules/stpagebanner/stpagebanner.php:1576<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:289<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:89<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_sidebar` snl
INNER JOIN ps_st_sidebar_shop st_sidebar_shop
ON (st_sidebar_shop.id_st_sidebar = snl.id_st_sidebar AND st_sidebar_shop.id_shop = 1)
LEFT JOIN `ps_st_sidebar_lang` snll ON (snl.`id_st_sidebar` = snll.`id_st_sidebar`)
WHERE snll.`id_lang` = 1 AND snl.`active`=1
ORDER BY snl.`location`, snl.`position` |
406
ms
|
6 |
Yes
|
|
/modules/stsidebar/classes/StSidebarClass.php:116
/modules/stsidebar/stsidebar.php:1312<br>/modules/stsidebar/stsidebar.php:1334<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:148<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/71/b9/37/71b937efef42c2a530a910e31abb4e970d3cd3df_2.file.header.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
405
ms
|
935 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE sms.*, smsl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_page_banner` sms
LEFT JOIN `ps_st_page_banner_lang` smsl ON (sms.`id_st_page_banner` = smsl.`id_st_page_banner`)
INNER JOIN ps_st_page_banner_shop st_page_banner_shop
ON (st_page_banner_shop.id_st_page_banner = sms.id_st_page_banner AND st_page_banner_shop.id_shop = 1)
WHERE smsl.`id_lang` = 1 AND sms.`active`=1 AND sms.`item_k`=11 AND sms.`item_v`="1" ORDER BY sms.`position`
LIMIT 1 |
363
ms
|
1 |
Yes
|
|
/modules/stpagebanner/classes/StPageBannerClass.php:197
/modules/stpagebanner/stpagebanner.php:1457<br>/modules/stpagebanner/stpagebanner.php:1576<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:289<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:89<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 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, 8) AND
`id_group` IN (0, 1) AND `id_product` = 681 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-16 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-16 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
324
ms
|
14 |
Yes
|
|
/classes/SpecificPrice.php:624
/controllers/front/ProductController.php:540<br>/controllers/front/ProductController.php:323<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 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, 8) AND
`id_group` IN (0, 1) AND `id_product` = 681 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-16 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-16 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
311
ms
|
14 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
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` = 681 |
297
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/controllers/front/ProductController.php:65<br>/controllers/front/ProductController.php:124<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
296
ms
|
85 |
|
|
/classes/module/Module.php:340
/modules/pm_advancedsearch4/classes/Core.php:59<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:131<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
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` = 681 |
290
ms
|
1 |
|
|
/classes/Product.php:7427
/controllers/front/ProductController.php:799<br>/controllers/front/ProductController.php:326<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2025-09-16 00:00:00" AND date_to <= "2025-09-16 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2025-09-16 00:00:00" AND date_from <= "2025-09-16 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2025-09-16 00:00:00" AND date_to > "2025-09-16 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
287
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/Cart.php:3021<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<br>/src/Core/Cart/Fees.php:95<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-16 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 681
LIMIT 1 |
285
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/override/classes/ProductAssembler.php:42<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
282
ms
|
935 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 141 AND c.`nright` >= 142 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
278
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1 AND s.`type` IN (1,2,3,4,5,6,7)
ORDER BY s.`position` ASC, s.`id_st_sticker` |
277
ms
|
7 |
Yes
|
|
/modules/ststickers/classes/StStickersClass.php:168
/modules/ststickers/ststickers.php:1707<br>/modules/ststickers/ststickers.php:1438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 681) AND (b.`id_shop` = 1) LIMIT 1 |
275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 681 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 681 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
271
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/controllers/front/ProductController.php:1116<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 1 AND sec.`active`=1 AND sec.`type`=9 AND ((sec.id_manufacturer = 0 AND sec.id_category = 0 AND sec.id_product = "") OR (sec.id_category > 0 AND sec.id_category IN(34,2,13,15,19,29,1,104,127,168,169,172,180,189,197,199,209,210,220,221,239,265,280,285)) OR (sec.id_product LIKE "%,681,%"))
ORDER BY sec.`position` LIMIT 0, 50 |
267
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 1 AND sec.`active`=1 AND sec.`type`=10 AND ((sec.id_manufacturer = 0 AND sec.id_category = 0 AND sec.id_product = "") OR (sec.id_category > 0 AND sec.id_category IN(34,2,13,15,19,29,1,104,127,168,169,172,180,189,197,199,209,210,220,221,239,265,280,285)) OR (sec.id_product LIKE "%,681,%"))
ORDER BY sec.`position` LIMIT 0, 50 |
259
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM 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 |
246
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:711
/classes/shop/Shop.php:770<br>/classes/Configuration.php:294<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2025-09-16 00:00:00" AND date_to <= "2025-09-16 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2025-09-16 00:00:00" AND date_from <= "2025-09-16 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2025-09-16 00:00:00" AND date_to > "2025-09-16 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
228
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 381 AND c.`nright` >= 450 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
227
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 169 AND c.`nright` >= 170 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
226
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 111 AND c.`nright` >= 112 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
225
ms
|
58 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 215 AND c.`nright` >= 216 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
223
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 478 AND c.`nright` >= 479 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
223
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 1
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
222
ms
|
13 |
Yes
|
Yes
|
/classes/Category.php:1146
/classes/Category.php:1082<br>/controllers/front/ProductController.php:837<br>/controllers/front/ProductController.php:321<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 409 AND c.`nright` >= 410 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
221
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 411 AND c.`nright` >= 412 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
221
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 381 AND c.`nright` >= 450 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
220
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 381 AND c.`nright` >= 450 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
220
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 439 AND c.`nright` >= 440 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
219
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 143 AND c.`nright` >= 144 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
219
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 478 AND c.`nright` >= 479 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
219
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 466 AND c.`nright` >= 469 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
218
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 439 AND c.`nright` >= 440 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
218
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 317 AND c.`nright` >= 318 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
218
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/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 |
217
ms
|
46 |
Yes
|
|
/classes/Dispatcher.php:643
/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 506 AND c.`nright` >= 507 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
217
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 478 AND c.`nright` >= 479 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
216
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 347 AND c.`nright` >= 348 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
216
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 169 AND c.`nright` >= 170 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
215
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.id_ce_content as id FROM ps_ce_content a
LEFT JOIN ps_ce_content_lang AS b ON a.id_ce_content = b.id_ce_content
LEFT JOIN ps_ce_content_shop sa ON sa.id_ce_content = a.id_ce_content AND sa.id_shop = b.id_shop
WHERE b.id_lang = 1 AND sa.id_shop = 1 AND a.hook LIKE 'displayFooterProduct' AND (a.id_product = 0 OR a.id_product = 681) AND a.active = 1 ORDER BY a.id_product DESC |
215
ms
|
1 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:150
/modules/creativeelements/creativeelements.php:691<br>/modules/creativeelements/creativeelements.php:663<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 143 AND c.`nright` >= 144 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
215
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 411 AND c.`nright` >= 412 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
215
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 409 AND c.`nright` >= 410 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
215
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 422 AND c.`nright` >= 447 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
215
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 141 AND c.`nright` >= 142 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
214
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 317 AND c.`nright` >= 318 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
214
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.renelauto.fr' OR su.domain_ssl = 'www.renelauto.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
214
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 215 AND c.`nright` >= 216 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
214
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 506 AND c.`nright` >= 507 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
214
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 347 AND c.`nright` >= 348 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
213
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 143 AND c.`nright` >= 144 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
213
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 109 AND c.`nright` >= 110 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
213
ms
|
57 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 411 AND c.`nright` >= 412 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
213
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 439 AND c.`nright` >= 440 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
213
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 409 AND c.`nright` >= 410 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
212
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 109 AND c.`nright` >= 110 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
212
ms
|
57 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
212
ms
|
85 |
|
|
/classes/module/Module.php:340
/modules/stblog/stblog.php:89<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 141 AND c.`nright` >= 142 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
212
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 466 AND c.`nright` >= 469 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
211
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 506 AND c.`nright` >= 507 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
211
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 422 AND c.`nright` >= 447 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
210
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 422 AND c.`nright` >= 447 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
210
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 466 AND c.`nright` >= 469 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
210
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 169 AND c.`nright` >= 170 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
209
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 347 AND c.`nright` >= 348 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
209
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 317 AND c.`nright` >= 318 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
209
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
209
ms
|
85 |
|
|
/classes/module/Module.php:340
/modules/gcinvoicewtax/gcinvoicewtax.php:32<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/tax/TaxManagerFactory.php:71<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:6773<br>/classes/Product.php:733<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT(t.`id_product`)
FROM `ps_product_tag` t
LEFT JOIN `ps_product` p ON (p.`id_product`= t.`id_product`)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_lang` pl ON (p.`id_product` = pl.`id_product` AND pl.id_shop = 1 )
WHERE t.`id_product`!=681
AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") AND t.`id_tag` IN (SELECT `id_tag`
FROM `ps_product_tag`
WHERE `id_product`=681)
ORDER BY p.date_add DESC
LIMIT 8 |
209
ms
|
1 |
Yes
|
|
/modules/strelatedproducts/strelatedproducts.php:234
/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/strelatedproducts/strelatedproducts.php:361<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 215 AND c.`nright` >= 216 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
208
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 109 AND c.`nright` >= 110 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
208
ms
|
57 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
208
ms
|
85 |
|
|
/classes/module/Module.php:340
/modules/stblogarchives/stblogarchives.php:40<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 1 AND sec.`active`=1 AND sec.`type`=7 AND ((sec.id_manufacturer = 0 AND sec.id_category = 0 AND sec.id_product = "") OR (sec.id_category > 0 AND sec.id_category IN(34,2,13,15,19,29,1,104,127,168,169,172,180,189,197,199,209,210,220,221,239,265,280,285)) OR (sec.id_product LIKE "%,681,%"))
ORDER BY sec.`position` LIMIT 0, 50 |
208
ms
|
2 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1356) AND (b.`id_shop` = 1) LIMIT 1 |
207
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:186<br>/modules/stproductlinknav/stproductlinknav.php:128<br>/modules/stproductlinknav/stproductlinknav.php:186<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 109 AND c.`nright` >= 110 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
207
ms
|
57 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/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` = 8
AND tr.`id_tax_rules_group` = 9
AND tr.`id_state` IN (0, 0)
AND ('01440' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '01440')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
206
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:6774<br>/classes/Product.php:733<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 111 AND c.`nright` >= 112 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
206
ms
|
58 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 111 AND c.`nright` >= 112 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
205
ms
|
58 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 681
ORDER BY f.position ASC |
205
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/controllers/front/ProductController.php:1116<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/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` = 8
AND tr.`id_tax_rules_group` = 9
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 |
200
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5848<br>/classes/Product.php:5792<br>/controllers/front/ProductController.php:1116<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
199
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84<br>/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
199
ms
|
85 |
|
|
/classes/module/Module.php:340
/modules/lpsgdpr/lpsgdpr.php:53<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 79 AND c.`nright` >= 80 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
198
ms
|
42 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 81 AND c.`nright` >= 82 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
198
ms
|
43 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1526) AND (b.`id_shop` = 1) LIMIT 1 |
198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:186<br>/modules/stproductlinknav/stproductlinknav.php:128<br>/modules/stproductlinknav/stproductlinknav.php:187<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 79 AND c.`nright` >= 80 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
198
ms
|
42 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 81 AND c.`nright` >= 82 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
197
ms
|
43 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_product_2`
FROM `ps_accessory` a
INNER JOIN `ps_product` p ON (p.`id_product`= a.`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_lang` pl ON (p.`id_product`= pl.`id_product` AND pl.`id_lang`=1)
WHERE a.`id_product_1` = 681
ORDER BY p.date_add DESC |
197
ms
|
1 |
Yes
|
|
/modules/strelatedproducts/strelatedproducts.php:214
/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/strelatedproducts/strelatedproducts.php:361<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 29 AND c.`nright` >= 30 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
197
ms
|
17 |
|
|
/classes/Category.php:1586
/modules/stpagebanner/classes/StPageBannerClass.php:173<br>/modules/stpagebanner/stpagebanner.php:1455<br>/modules/stpagebanner/stpagebanner.php:1576<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:289<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:89<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
INSERT INTO `ps_log` (`severity`, `error_code`, `message`, `object_id`, `id_shop`, `id_shop_group`, `id_lang`, `in_all_shops`, `id_employee`, `object_type`, `date_add`, `date_upd`) VALUES ('3', '0', 'Backward compatibility for this method couldn\\\'t be handled. Use $this->registerJavascript() instead', '0', '1', NULL, '1', '0', '0', '', '2025-09-16 16:08:38', '2025-09-16 16:08:38') |
194
ms
|
1 |
|
|
/classes/ObjectModel.php:578
/classes/PrestaShopLogger.php:176<br>/classes/Tools.php:3176<br>/classes/Tools.php:3144<br>/classes/controller/FrontController.php:2008<br>/classes/controller/FrontController.php:1181<br>/modules/stblogarchives/stblogarchives.php:148<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
193
ms
|
85 |
|
|
/classes/module/Module.php:340
/modules/ets_contactform7/ets_contactform7.php:84<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 81 AND c.`nright` >= 82 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
192
ms
|
43 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
192
ms
|
85 |
|
|
/classes/module/Module.php:340
/modules/pm_advancedcookiebanner/pm_advancedcookiebanner.php:100<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/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` = 681) LIMIT 1 |
191
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/steasycontent/classes/StEasyContentClass.php:278<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 347 AND c.`nright` >= 348 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
191
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 79 AND c.`nright` >= 80 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
190
ms
|
42 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/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 |
190
ms
|
1 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:541<br>/classes/Dispatcher.php:238<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
190
ms
|
85 |
|
|
/classes/module/Module.php:340
/modules/colissimo/colissimo.php:104<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 111 AND c.`nright` >= 112 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
189
ms
|
58 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 1 AND sec.`active`=1 AND sec.`type`=2 AND sec.`module` = "strelatedproducts" AND sec.`module_align` = 1
ORDER BY sec.`position` LIMIT 0, 50 |
188
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:4043<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:621<br>/modules/strelatedproducts/strelatedproducts.php:361<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 169 AND c.`nright` >= 170 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
187
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 478 AND c.`nright` >= 479 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
183
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 1 AND sec.`active`=1 AND sec.`type`=2 AND sec.`module` = "stviewedproducts" AND (sec.`module_align` >10 AND sec.`module_align` <23)
ORDER BY sec.`position` LIMIT 1 |
182
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:4043<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:621<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 381 AND c.`nright` >= 450 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
181
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 141 AND c.`nright` >= 142 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
180
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 409 AND c.`nright` >= 410 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
180
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
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 |
179
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 466 AND c.`nright` >= 469 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
179
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 141 AND c.`nright` >= 142 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
179
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 439 AND c.`nright` >= 440 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
179
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 1 AND sec.`active`=1 AND sec.`type`=2 AND sec.`module` = "stviewedproducts" AND (sec.`module_align` >30 AND sec.`module_align` <43)
ORDER BY sec.`position` LIMIT 1 |
179
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:4043<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:621<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 439 AND c.`nright` >= 440 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
178
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 169 AND c.`nright` >= 170 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
178
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 411 AND c.`nright` >= 412 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
178
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 143 AND c.`nright` >= 144 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
178
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 317 AND c.`nright` >= 318 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
178
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 1)
WHERE i.`id_product` = 681
ORDER BY `position` |
178
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/controllers/front/ProductController.php:1153<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 111 AND c.`nright` >= 112 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
177
ms
|
58 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 422 AND c.`nright` >= 447 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
177
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 347 AND c.`nright` >= 348 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
177
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 409 AND c.`nright` >= 410 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
177
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 411 AND c.`nright` >= 412 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
177
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 215 AND c.`nright` >= 216 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
177
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 317 AND c.`nright` >= 318 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
177
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 466 AND c.`nright` >= 469 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
177
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 215 AND c.`nright` >= 216 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
177
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 422 AND c.`nright` >= 447 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
176
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 1)
WHERE i.`id_product` = 681
ORDER BY `position` |
176
ms
|
1 |
Yes
|
|
/modules/stthemeeditor/stthemeeditor.php:5272
/modules/stthemeeditor/stthemeeditor.php:5242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 478 AND c.`nright` >= 479 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
176
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 143 AND c.`nright` >= 144 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
176
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/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 |
175
ms
|
1 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/classes/module/Module.php:2423<br>/modules/steasycontent/steasycontent.php:4071<br>/modules/steasycontent/steasycontent.php:3925<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 381 AND c.`nright` >= 450 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
175
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 506 AND c.`nright` >= 507 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
175
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 506 AND c.`nright` >= 507 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
175
ms
|
350 |
Yes
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 1 AND sec.`active`=1 AND sec.`type`=2 AND sec.`module` = "strelatedproducts" AND (sec.`module_align` >10 AND sec.`module_align` <23)
ORDER BY sec.`position` LIMIT 1 |
175
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:4043<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:621<br>/modules/strelatedproducts/strelatedproducts.php:361<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 29) AND (a0.`nright` > 30) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc |
174
ms
|
16 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/controllers/front/ProductController.php:1246<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/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`=681 |
174
ms
|
1 |
|
|
/classes/Tag.php:229
/modules/stthemeeditor/stthemeeditor.php:5303<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 1 AND sec.`active`=1 AND sec.`type`=2 AND sec.`module` = "strelatedproducts" AND sec.`module_align` = 2
ORDER BY sec.`position` LIMIT 0, 50 |
172
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:4043<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:621<br>/modules/strelatedproducts/strelatedproducts.php:361<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 19 AND c.`nright` >= 22 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
171
ms
|
12 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 109 AND c.`nright` >= 110 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
171
ms
|
57 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 29 AND c.`nright` >= 30 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
170
ms
|
17 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 1 AND sec.`active`=1 AND sec.`type`=2 AND sec.`module` = "stviewedproducts" AND sec.`module_align` = 1
ORDER BY sec.`position` LIMIT 0, 50 |
166
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:4043<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:621<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 19 AND c.`nright` >= 22 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
166
ms
|
12 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 693 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
165
ms
|
2 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 29 AND c.`nright` >= 30 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
165
ms
|
17 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:157<br>/index.php:27
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 29 AND c.`nright` >= 30 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
163
ms
|
17 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 81 AND c.`nright` >= 82 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
160
ms
|
43 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 681) |
160
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 19 AND c.`nright` >= 22 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
160
ms
|
12 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 79 AND c.`nright` >= 80 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
160
ms
|
42 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ads.`id_search`, ads.`id_hook`, ads.`unique_search`
FROM `ps_pm_advancedsearch` ads
JOIN `ps_pm_advancedsearch_shop` adss ON (ads.`id_search`=adss.`id_search` AND adss.`id_shop`=1) WHERE 1 AND ads.`active`=1 ORDER BY ads.`position` |
158
ms
|
1 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:68
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:395<br>/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:374<br>/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:217<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:2805<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:2929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 79 AND c.`nright` >= 80 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
158
ms
|
42 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 693 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
158
ms
|
2 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 81 AND c.`nright` >= 82 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
158
ms
|
43 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 1 AND sec.`active`=1 AND sec.`type`=2 AND sec.`module` = "strelatedproducts" AND (sec.`module_align` >30 AND sec.`module_align` <43)
ORDER BY sec.`position` LIMIT 1 |
157
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:4043<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:621<br>/modules/strelatedproducts/strelatedproducts.php:361<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_contact FROM ps_ets_ctf_contact c
INNER JOIN ps_ets_ctf_contact_shop cs ON (c.id_contact= cs.id_contact)
LEFT JOIN ps_ets_ctf_contact_lang cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%product_footer%" AND cs.id_shop="1"; |
157
ms
|
1 |
|
|
/modules/ets_contactform7/ets_contactform7.php:1472
/modules/ets_contactform7/ets_contactform7.php:1422<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 1 AND sec.`active`=1 AND sec.`type`=2 AND sec.`module` = "stviewedproducts" AND sec.`module_align` = 2
ORDER BY sec.`position` LIMIT 0, 50 |
155
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:4043<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:621<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 693 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
154
ms
|
2 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 693 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
154
ms
|
2 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 4 AND c.`nright` >= 67 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
151
ms
|
4 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
149
ms
|
2 |
|
|
/classes/Category.php:2233
/classes/Category.php:1544<br>/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
149
ms
|
1 |
|
|
/classes/Cart.php:4218
/classes/Cart.php:4193<br>/classes/Cart.php:2134<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 4 AND c.`nright` >= 67 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
149
ms
|
4 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 3 AND c.`nright` >= 200 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
148
ms
|
3 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
148
ms
|
1 |
|
|
/classes/shop/Shop.php:205
/classes/shop/Shop.php:135<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 693 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
148
ms
|
2 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 3 AND c.`nright` >= 200 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
146
ms
|
3 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 4 AND c.`nright` >= 67 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
146
ms
|
4 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 3 AND c.`nright` >= 200 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
145
ms
|
3 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/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) |
145
ms
|
1 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE c.id_contact FROM ps_ets_ctf_contact c
INNER JOIN ps_ets_ctf_contact_shop cs ON (c.id_contact= cs.id_contact)
LEFT JOIN ps_ets_ctf_contact_lang cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%product_thumbs%" AND cs.id_shop="1"; |
143
ms
|
1 |
|
|
/modules/ets_contactform7/ets_contactform7.php:1472
/modules/ets_contactform7/ets_contactform7.php:1445<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/3f/61/07/3f610708c97230eb841b37f1363b4faad51357ed_2.file.product-first.tpl.php:258<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/3f/61/07/3f610708c97230eb841b37f1363b4faad51357ed_2.file.product-first.tpl.php:46<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/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 |
143
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(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 = 681
AND DATEDIFF("2025-09-16 00:00:00", product_shop.`date_add`) < 60 LIMIT 1 |
142
ms
|
0 |
|
|
/classes/Product.php:1647
/classes/Product.php:735<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE lpsgdprc.*, lpsgdprcl.`message`
FROM `ps_lpsgdpr_compliant` lpsgdprc
LEFT JOIN ps_lpsgdpr_compliant_lang lpsgdprcl
ON (lpsgdprc.`id_lpsgdpr_compliant` = lpsgdprcl.`id_lpsgdpr_compliant`)
WHERE lpsgdprc.`form_name` = "oldaccountlpsform"
AND lpsgdprcl.`id_lang` =1
AND lpsgdprc.`id_shop` =1 |
142
ms
|
16 |
|
|
/modules/lpsgdpr/classes/lpsgdprcompliant.php:172
/modules/lpsgdpr/lpsgdpr.php:997<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
141
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:222<br>/index.php:27
|
SELECT SQL_NO_CACHE *
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 |
140
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
140
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/classes/Currency.php:968<br>/classes/Currency.php:890<br>/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 29 AND c.`nright` >= 30 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
138
ms
|
17 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 681
AND image_shop.`cover` = 1 LIMIT 1 |
138
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/controllers/front/ProductController.php:1116<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
136
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/controllers/front/ProductController.php:236<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 29 AND c.`nright` >= 30 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
135
ms
|
17 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_image` i
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image`) WHERE i.`id_product` = 681 AND il.`id_lang` = 1
ORDER BY i.`position` ASC |
135
ms
|
1 |
Yes
|
|
/classes/Image.php:233
/modules/sthoverimage/sthoverimage.php:447<br>/modules/sthoverimage/sthoverimage.php:327<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 19 AND c.`nright` >= 22 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
135
ms
|
12 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/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` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('01440' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '01440')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
135
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3913<br>/classes/Product.php:3675<br>/classes/Product.php:4099<br>/controllers/front/ProductController.php:268<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_contact FROM ps_ets_ctf_contact c
INNER JOIN ps_ets_ctf_contact_shop cs ON (c.id_contact= cs.id_contact)
LEFT JOIN ps_ets_ctf_contact_lang cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%footer_page%" AND cs.id_shop="1"; |
135
ms
|
1 |
|
|
/modules/ets_contactform7/ets_contactform7.php:1472
/modules/ets_contactform7/ets_contactform7.php:1437<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/da/81/20/da812060b96494d4ab2be70b83a7e78a2fe4d86f_2.parent.partialsfooter.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/da/81/20/da812060b96494d4ab2be70b83a7e78a2fe4d86f_2.parent.partialsfooter.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/a5/ce/4e/a5ce4ef99cc2f82a6f649e445b83ec2380f521b0_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:496<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:132<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_tab, class_name FROM `ps_tab` |
133
ms
|
187 |
|
|
/classes/Tab.php:359
/controllers/front/ProductController.php:134<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 1)
WHERE i.`id_product` = 681
ORDER BY `position` |
132
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/stviewedproducts/stviewedproducts.php:212<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_contact FROM ps_ets_ctf_contact c
INNER JOIN ps_ets_ctf_contact_shop cs ON (c.id_contact= cs.id_contact)
LEFT JOIN ps_ets_ctf_contact_lang cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%displayTop%" AND cs.id_shop="1"; |
130
ms
|
1 |
|
|
/modules/ets_contactform7/ets_contactform7.php:1472
/modules/ets_contactform7/ets_contactform7.php:1429<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:246<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/71/b9/37/71b937efef42c2a530a910e31abb4e970d3cd3df_2.file.header.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 19 AND c.`nright` >= 22 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
129
ms
|
12 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/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 = 681 LIMIT 1 |
129
ms
|
1 |
|
|
/classes/Product.php:1037
/classes/Product.php:3777<br>/classes/Product.php:3675<br>/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 3 AND c.`nright` >= 200 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
129
ms
|
3 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 4 AND c.`nright` >= 67 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
127
ms
|
4 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 2 AND (id_category = 0 OR id_category IN(2,13,15,19,29,34,104,127,168,169,172,180,189,197,199,209,210,220,221,239,265,280,285))) OR (location = 1 AND (id_products LIKE "%,681,%"))) |
127
ms
|
1 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:183
/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 1356
AND image_shop.`cover` = 1 LIMIT 1 |
127
ms
|
1 |
|
|
/classes/Product.php:3533
/modules/stproductlinknav/stproductlinknav.php:132<br>/modules/stproductlinknav/stproductlinknav.php:186<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Category.php:1113<br>/classes/Category.php:1560<br>/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
127
ms
|
1 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
126
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198<br>/classes/Tools.php:333<br>/classes/Link.php:66<br>/config/config.inc.php:262<br>/index.php:27
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 4 AND c.`nright` >= 67 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
124
ms
|
4 |
|
|
/classes/Category.php:1586
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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` = 1526
AND image_shop.`cover` = 1 LIMIT 1 |
124
ms
|
1 |
|
|
/classes/Product.php:3533
/modules/stproductlinknav/stproductlinknav.php:132<br>/modules/stproductlinknav/stproductlinknav.php:187<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/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` = 681 AND ctg.`id_group` = 1 LIMIT 1 |
124
ms
|
26 |
|
|
/classes/Product.php:6615
/classes/Product.php:6593<br>/controllers/front/ProductController.php:194<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 3 AND c.`nright` >= 200 AND c.`nleft` >= 1 AND c.`nright` <= 700 ORDER BY `nleft` DESC |
124
ms
|
3 |
|
|
/classes/Category.php:1586
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
123
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE lpsgdprc.*, lpsgdprcl.`message`
FROM `ps_lpsgdpr_compliant` lpsgdprc
LEFT JOIN ps_lpsgdpr_compliant_lang lpsgdprcl
ON (lpsgdprc.`id_lpsgdpr_compliant` = lpsgdprcl.`id_lpsgdpr_compliant`)
WHERE lpsgdprc.`form_name` = "accountcreationrequestmessage"
AND lpsgdprcl.`id_lang` =1
AND lpsgdprc.`id_shop` =1 |
122
ms
|
16 |
|
|
/modules/lpsgdpr/classes/lpsgdprcompliant.php:172
/modules/lpsgdpr/lpsgdpr.php:1004<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
120
ms
|
88 |
|
|
/classes/Hook.php:353
/classes/Hook.php:158<br>/classes/Hook.php:377<br>/classes/Hook.php:400<br>/classes/Hook.php:933<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
119
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/controllers/front/ProductController.php:1116<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_contact FROM ps_ets_ctf_contact c
INNER JOIN ps_ets_ctf_contact_shop cs ON (c.id_contact= cs.id_contact)
LEFT JOIN ps_ets_ctf_contact_lang cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%product_info%" AND cs.id_shop="1"; |
118
ms
|
1 |
|
|
/modules/ets_contactform7/ets_contactform7.php:1472
/modules/ets_contactform7/ets_contactform7.php:1418<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/83/fb/21/83fb21da01190af83a51b35f4a2583b8bb9b3fce_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/bf/48/38/bf48382a15352a65dd35dab73690d6069c5e3af2_2.file.product-buy.tpl.php:124<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/bf/48/38/bf48382a15352a65dd35dab73690d6069c5e3af2_2.file.product-buy.tpl.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/bf/48/38/bf48382a15352a65dd35dab73690d6069c5e3af2_2.file.product-buy.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/3f/61/07/3f610708c97230eb841b37f1363b4faad51357ed_2.file.product-first.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE lpsgdprc.*, lpsgdprcl.`message`
FROM `ps_lpsgdpr_compliant` lpsgdprc
LEFT JOIN ps_lpsgdpr_compliant_lang lpsgdprcl
ON (lpsgdprc.`id_lpsgdpr_compliant` = lpsgdprcl.`id_lpsgdpr_compliant`)
WHERE lpsgdprc.`form_name` = "oldaccountlpsform"
AND lpsgdprcl.`id_lang` =1
AND lpsgdprc.`id_shop` =1 |
117
ms
|
16 |
|
|
/modules/lpsgdpr/classes/lpsgdprcompliant.php:172
/modules/lpsgdpr/lpsgdpr.php:1011<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:132<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:557<br>/config/config.inc.php:182<br>/index.php:27
|
SELECT SQL_NO_CACHE c.id_contact FROM ps_ets_ctf_contact c
INNER JOIN ps_ets_ctf_contact_shop cs ON (c.id_contact= cs.id_contact)
LEFT JOIN ps_ets_ctf_contact_lang cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%nav_top%" AND cs.id_shop="1"; |
116
ms
|
1 |
|
|
/modules/ets_contactform7/ets_contactform7.php:1472
/modules/ets_contactform7/ets_contactform7.php:1414<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/71/b9/37/71b937efef42c2a530a910e31abb4e970d3cd3df_2.file.header.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stblog" LIMIT 1 |
114
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/steasycontent/steasycontent.php:330<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
114
ms
|
17 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:165<br>/src/Adapter/Image/ImageRetriever.php:93<br>:undefined<br>/src/Adapter/Image/ImageRetriever.php:87<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/controllers/front/ProductController.php:1153<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 681 AND `id_shop` = 1 |
112
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/steasycontent/classes/StEasyContentClass.php:278<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
112
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
112
ms
|
1 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 209 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:224<br>/index.php:27
|
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`=681 |
109
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:742<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=0 AND secc.`active`=1 AND secc.`id_st_easy_content`=18 ORDER BY secc.`position` |
109
ms
|
5 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentColumnClass.php:138
/modules/steasycontent/classes/StEasyContentColumnClass.php:160<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
108
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
108
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 197) LIMIT 1 |
108
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_categorytree"
AND ms.`id_shop` IN (1) LIMIT 1 |
107
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:174
/src/Core/Addon/Module/ModuleManager.php:580<br>/controllers/front/ProductController.php:240<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 34 LIMIT 1 |
106
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/stpagebanner/classes/StPageBannerClass.php:173<br>/modules/stpagebanner/stpagebanner.php:1455<br>/modules/stpagebanner/stpagebanner.php:1576<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:289<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:89<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
106
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 ORDER BY `name` ASC |
106
ms
|
17 |
Yes
|
|
/classes/ImageType.php:109
/modules/stwebp/stwebp.php:1176<br>/modules/stwebp/stwebp.php:1184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 15 LIMIT 1 |
104
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 180) LIMIT 1 |
104
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 681030101 AND name = '_elementor_edit_mode' LIMIT 1 |
104
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:272<br>/modules/creativeelements/creativeelements.php:527<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'small_default' LIMIT 1 |
103
ms
|
1 |
|
|
/classes/Image.php:510
/modules/stproductlinknav/stproductlinknav.php:129<br>/modules/stproductlinknav/stproductlinknav.php:186<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 681 LIMIT 1 |
103
ms
|
1 |
|
|
/classes/Pack.php:89
/controllers/front/ProductController.php:255<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) LIMIT 1 |
103
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-09-16 00:00:00' AND '2025-09-16 23:59:59' LIMIT 1 |
102
ms
|
1 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=28 AND secc.`active`=1 AND secc.`id_st_easy_content`=18 ORDER BY secc.`position` |
102
ms
|
5 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentColumnClass.php:138
/modules/steasycontent/classes/StEasyContentColumnClass.php:160<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
102
ms
|
1 |
|
|
/classes/SpecificPrice.php:411
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 681) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7759<br>/classes/Product.php:744<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
102
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lpsgdpr_config_lang`
WHERE `id_lpsgdpr_config` = 1 |
101
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/lpsgdpr/classes/lpsgdprconfig.php:156<br>/modules/lpsgdpr/classes/lpsgdprconfig.php:174<br>/modules/lpsgdpr/lpsgdpr.php:913<br>/modules/lpsgdpr/lpsgdpr.php:1161<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 2 AND (id_category = 0 OR id_category IN(2,13,15,19,29,34,104,127,168,169,172,180,189,197,199,209,210,220,221,239,265,280,285))) OR (location = 1 AND (id_products LIKE "%,681,%"))) |
101
ms
|
1 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:183
/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_st_easy_content_setting`
WHERE id_st_easy_content_setting = 26
AND setting_type = 2 |
100
ms
|
34 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:175<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "steasybuilder" LIMIT 1 |
100
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/stsearchbar/stsearchbar.php:845<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/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` = 8) LIMIT 1 |
100
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 285 AND `id_shop` = 1 |
99
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 169 LIMIT 1 |
99
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 104) LIMIT 1 |
99
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 220) LIMIT 1 |
99
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 172 LIMIT 1 |
99
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 169 LIMIT 1 |
99
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE GROUP_CONCAT(a.`id_product_pack`)
FROM `ps_pack` a
WHERE a.`id_product_item` = 681 LIMIT 1 |
98
ms
|
1 |
|
|
/classes/Pack.php:409
/controllers/front/ProductController.php:356<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 168) LIMIT 1 |
98
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
98
ms
|
88 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 239) LIMIT 1 |
98
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) LIMIT 1 |
98
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_st_easy_content_setting`
WHERE id_st_easy_content_setting = 27
AND setting_type = 2 |
98
ms
|
34 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:175<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 127 LIMIT 1 |
97
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 172) LIMIT 1 |
97
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 127) LIMIT 1 |
97
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 104 LIMIT 1 |
97
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) LIMIT 1 |
97
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) LIMIT 1 |
97
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 34 LIMIT 1 |
96
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 13 LIMIT 1 |
96
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 169) LIMIT 1 |
96
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_st_easy_content_setting`
WHERE id_st_easy_content_setting = 28
AND setting_type = 2 |
96
ms
|
34 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:175<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 209) LIMIT 1 |
96
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 29 LIMIT 1 |
96
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
95
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 199) LIMIT 1 |
95
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 280) LIMIT 1 |
95
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 681 |
95
ms
|
1 |
|
|
/classes/Pack.php:164
/classes/Pack.php:135<br>/classes/Product.php:6583<br>/controllers/front/ProductController.php:353<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 336) LIMIT 1 |
95
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 221) LIMIT 1 |
95
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 13 LIMIT 1 |
95
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) LIMIT 1 |
95
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_st_easy_content_setting`
WHERE id_st_easy_content_setting = 29
AND setting_type = 2 |
95
ms
|
34 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:175<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 13 LIMIT 1 |
95
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 197 AND `id_shop` = 1 |
95
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sthoverimage" LIMIT 1 |
95
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/stthemeeditor/stthemeeditor.php:4128<br>/modules/stthemeeditor/stthemeeditor.php:4012<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 210) LIMIT 1 |
95
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 221 LIMIT 1 |
94
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stsearchbar" LIMIT 1 |
94
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/override/classes/controller/FrontController.php:15<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 197 LIMIT 1 |
94
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 681 |
94
ms
|
26 |
|
|
/classes/Product.php:3386
/classes/Product.php:3439<br>/modules/steasycontent/classes/StEasyContentClass.php:286<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 265) LIMIT 1 |
94
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1 |
94
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 220 AND `id_shop` = 1 |
94
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 681 LIMIT 1 |
94
ms
|
13 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 104 LIMIT 1 |
94
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=30 AND secc.`active`=1 AND secc.`id_st_easy_content`=18 ORDER BY secc.`position` |
94
ms
|
5 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentColumnClass.php:138
/modules/steasycontent/classes/StEasyContentColumnClass.php:160<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 285) LIMIT 1 |
94
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 15 LIMIT 1 |
94
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 104 AND `id_shop` = 1 |
93
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 34 LIMIT 1 |
93
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1 |
93
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/classes/Product.php:6774<br>/classes/Product.php:733<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 34 LIMIT 1 |
93
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 29 LIMIT 1 |
93
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=31 AND secc.`active`=1 AND secc.`id_st_easy_content`=18 ORDER BY secc.`position` |
93
ms
|
5 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentColumnClass.php:138
/modules/steasycontent/classes/StEasyContentColumnClass.php:160<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 19 LIMIT 1 |
93
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 13 LIMIT 1 |
93
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 265 LIMIT 1 |
93
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1 |
93
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=32 AND secc.`active`=1 AND secc.`id_st_easy_content`=18 ORDER BY secc.`position` |
93
ms
|
5 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentColumnClass.php:138
/modules/steasycontent/classes/StEasyContentColumnClass.php:160<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 189) LIMIT 1 |
93
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 199 LIMIT 1 |
92
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 189 AND `id_shop` = 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 210 LIMIT 1 |
92
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 168 AND `id_shop` = 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 127 LIMIT 1 |
92
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 199 AND `id_shop` = 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 168 LIMIT 1 |
92
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 34 LIMIT 1 |
92
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 395) LIMIT 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 366) LIMIT 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 19 AND `id_shop` = 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 189 LIMIT 1 |
92
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 189 LIMIT 1 |
92
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 15 LIMIT 1 |
92
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 169 AND `id_shop` = 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 127 LIMIT 1 |
92
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE position
FROM `ps_category_product`
WHERE id_category = 34
AND id_product = 681 |
91
ms
|
1 |
|
|
/modules/stproductlinknav/stproductlinknav.php:197
/modules/stproductlinknav/stproductlinknav.php:96<br>/modules/stproductlinknav/stproductlinknav.php:186<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 180 AND `id_shop` = 1 |
91
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 127 AND `id_shop` = 1 |
91
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 180 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 172 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
91
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/ProductController.php:1365<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 209 AND `id_shop` = 1 |
91
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 210 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 209 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 19 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'brand_default' LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Image.php:510
/modules/stthemeeditor/stthemeeditor.php:4130<br>/modules/stthemeeditor/stthemeeditor.php:4012<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=29 AND secc.`active`=1 AND secc.`id_st_easy_content`=18 ORDER BY secc.`position` |
91
ms
|
5 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentColumnClass.php:138
/modules/steasycontent/classes/StEasyContentColumnClass.php:160<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 220 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 280 AND `id_shop` = 1 |
91
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 209 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 221 AND `id_shop` = 1 |
91
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 285 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 180 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 280 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 285 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 104 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 199 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 239 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 34 AND `id_shop` = 1 |
90
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 19 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 210 AND `id_shop` = 1 |
90
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stswiper" LIMIT 1 |
90
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:325<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 210 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 265 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/AddressFormat.php:672
/classes/AddressFormat.php:634<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Category.php:1981<br>/controllers/front/ProductController.php:821<br>/controllers/front/ProductController.php:321<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 221 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lpsgdpr_config` a
WHERE (a.`id_lpsgdpr_config` = 1) LIMIT 1 |
90
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/lpsgdpr/classes/lpsgdprconfig.php:156<br>/modules/lpsgdpr/classes/lpsgdprconfig.php:174<br>/modules/lpsgdpr/lpsgdpr.php:913<br>/modules/lpsgdpr/lpsgdpr.php:1161<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 220 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 336 AND `id_shop` = 1 |
90
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 180 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1 |
90
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 265 AND `id_shop` = 1 |
90
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 239 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 239 AND `id_shop` = 1 |
90
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 169 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 239 LIMIT 1 |
89
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 221 LIMIT 1 |
89
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 220 LIMIT 1 |
89
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 366 AND `id_shop` = 1 |
89
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 395 AND `id_shop` = 1 |
89
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE lpsgdprc.`id_lpsgdpr_config`
FROM `ps_lpsgdpr_config` lpsgdprc
WHERE lpsgdprc.`id_shop` =1 LIMIT 1 |
89
ms
|
1 |
|
|
/modules/lpsgdpr/classes/lpsgdprconfig.php:169
/modules/lpsgdpr/lpsgdpr.php:913<br>/modules/lpsgdpr/lpsgdpr.php:939<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 168 LIMIT 1 |
89
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
89
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 681 |
89
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/controllers/front/ProductController.php:1153<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 197 LIMIT 1 |
89
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 172 AND `id_shop` = 1 |
89
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/steasycontent/classes/StEasyContentClass.php:290<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 285 LIMIT 1 |
89
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 280 LIMIT 1 |
89
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 199 LIMIT 1 |
88
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 172 LIMIT 1 |
88
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
88
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:198
/src/Adapter/Module/ModuleDataProvider.php:185<br>/src/Core/Addon/Module/ModuleManager.php:592<br>/controllers/front/ProductController.php:240<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 265 LIMIT 1 |
88
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 189 LIMIT 1 |
88
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 280 LIMIT 1 |
88
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 197 LIMIT 1 |
88
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_content_element`
WHERE `id_st_easy_content_column`=29 AND `active`=1
ORDER BY `position` ASC |
88
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentElementClass.php:64
/modules/steasycontent/classes/StEasyContentColumnClass.php:173<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 29 LIMIT 1 |
88
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1 |
87
ms
|
1 |
|
|
/classes/Country.php:274
/src/Core/Addon/Module/ModuleManagerBuilder.php:260<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:181<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:92<br>/controllers/front/ProductController.php:237<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 0
AND `active` = 1 LIMIT 1 |
87
ms
|
0 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:726<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 168 LIMIT 1 |
87
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 681030101 AND name = '_wp_page_template' LIMIT 1 |
87
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/document-types/post.php:242<br>/modules/creativeelements/core/documents-manager.php:230<br>/modules/creativeelements/core/documents-manager.php:277<br>/modules/creativeelements/modules/page-templates/module.php:71<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:272<br>/modules/creativeelements/creativeelements.php:590<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stshoppingcart" LIMIT 1 |
86
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/stsidebar/stsidebar.php:1376<br>/modules/stsidebar/stsidebar.php:1315<br>/modules/stsidebar/stsidebar.php:1334<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:148<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/71/b9/37/71b937efef42c2a530a910e31abb4e970d3cd3df_2.file.header.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 681030101 AND name = '_elementor_page_settings' LIMIT 1 |
86
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1058<br>/modules/creativeelements/core/document-types/post.php:251<br>/modules/creativeelements/core/documents-manager.php:230<br>/modules/creativeelements/core/documents-manager.php:277<br>/modules/creativeelements/modules/page-templates/module.php:71<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:272<br>/modules/creativeelements/creativeelements.php:590<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_st_easy_content_setting`
WHERE id_st_easy_content_setting = 29
AND setting_type = 1 |
86
ms
|
1 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:170<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-09-16 00:00:00' AND '2025-09-16 23:59:59' LIMIT 1 |
86
ms
|
1 |
|
|
/classes/SpecificPrice.php:366
/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stnotification" LIMIT 1 |
84
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:57<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/71/b9/37/71b937efef42c2a530a910e31abb4e970d3cd3df_2.file.header.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE lpsgdprc.`id_lpsgdpr_config`
FROM `ps_lpsgdpr_config` lpsgdprc
WHERE lpsgdprc.`id_shop` =1 LIMIT 1 |
84
ms
|
1 |
|
|
/modules/lpsgdpr/classes/lpsgdprconfig.php:169
/modules/lpsgdpr/lpsgdpr.php:913<br>/modules/lpsgdpr/lpsgdpr.php:1136<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/da/81/20/da812060b96494d4ab2be70b83a7e78a2fe4d86f_2.parent.partialsfooter.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/da/81/20/da812060b96494d4ab2be70b83a7e78a2fe4d86f_2.parent.partialsfooter.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/a5/ce/4e/a5ce4ef99cc2f82a6f649e445b83ec2380f521b0_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:496<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:132<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
84
ms
|
17 |
|
|
/classes/ImageType.php:147
/classes/ImageType.php:204<br>/modules/stthemeeditor/stthemeeditor.php:4130<br>/modules/stthemeeditor/stthemeeditor.php:4012<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE lpsgdprc.`id_lpsgdpr_config`
FROM `ps_lpsgdpr_config` lpsgdprc
WHERE lpsgdprc.`id_shop` =1 LIMIT 1 |
84
ms
|
1 |
|
|
/modules/lpsgdpr/classes/lpsgdprconfig.php:169
/modules/lpsgdpr/classes/lpsgdprfunction.php:74<br>/modules/lpsgdpr/lpsgdpr.php:915<br>/modules/lpsgdpr/lpsgdpr.php:1161<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
84
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/classes/Product.php:6774<br>/classes/Product.php:733<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8 |
83
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 210 LIMIT 1 |
83
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 746 LIMIT 1 |
83
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
83
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stbanner" LIMIT 1 |
83
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:476<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 13 LIMIT 1 |
83
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1 |
83
ms
|
1 |
|
|
/classes/Image.php:510
/modules/stthemeeditor/stthemeeditor.php:4131<br>/modules/stthemeeditor/stthemeeditor.php:4012<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 29 LIMIT 1 |
83
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_content_element`
WHERE `id_st_easy_content_column`=31 AND `active`=1
ORDER BY `position` ASC |
82
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentElementClass.php:64
/modules/steasycontent/classes/StEasyContentColumnClass.php:173<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_content_element`
WHERE `id_st_easy_content_column`=30 AND `active`=1
ORDER BY `position` ASC |
82
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentElementClass.php:64
/modules/steasycontent/classes/StEasyContentColumnClass.php:173<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE lpsgdprc.`id_lpsgdpr_config`
FROM `ps_lpsgdpr_config` lpsgdprc
WHERE lpsgdprc.`id_shop` =1 LIMIT 1 |
82
ms
|
1 |
|
|
/modules/lpsgdpr/classes/lpsgdprconfig.php:169
/modules/lpsgdpr/classes/lpsgdprfunction.php:74<br>/modules/lpsgdpr/lpsgdpr.php:1198<br>/modules/lpsgdpr/lpsgdpr.php:1164<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 15 LIMIT 1 |
82
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 197 LIMIT 1 |
81
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 15 LIMIT 1 |
81
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 197 LIMIT 1 |
81
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stviewedproducts" LIMIT 1 |
81
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/83/fb/21/83fb21da01190af83a51b35f4a2583b8bb9b3fce_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/bf/48/38/bf48382a15352a65dd35dab73690d6069c5e3af2_2.file.product-buy.tpl.php:124<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/bf/48/38/bf48382a15352a65dd35dab73690d6069c5e3af2_2.file.product-buy.tpl.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/bf/48/38/bf48382a15352a65dd35dab73690d6069c5e3af2_2.file.product-buy.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/3f/61/07/3f610708c97230eb841b37f1363b4faad51357ed_2.file.product-first.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "lpsgdpr" LIMIT 1 |
81
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/lpsgdpr/lpsgdpr.php:1161<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 265 LIMIT 1 |
80
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 681) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7760<br>/classes/Product.php:744<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_content_element`
WHERE `id_st_easy_content_column`=32 AND `active`=1
ORDER BY `position` ASC |
80
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentElementClass.php:64
/modules/steasycontent/classes/StEasyContentColumnClass.php:173<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE lpsgdprc.`id_lpsgdpr_config`
FROM `ps_lpsgdpr_config` lpsgdprc
WHERE lpsgdprc.`id_shop` =1 LIMIT 1 |
80
ms
|
1 |
|
|
/modules/lpsgdpr/classes/lpsgdprconfig.php:169
/modules/lpsgdpr/classes/lpsgdprfunction.php:74<br>/modules/lpsgdpr/lpsgdpr.php:1198<br>/modules/lpsgdpr/lpsgdpr.php:1047<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 180 LIMIT 1 |
80
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 220 LIMIT 1 |
80
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 168 LIMIT 1 |
80
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 199 LIMIT 1 |
80
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/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` = 34 LIMIT 1 |
80
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/steasycontent/classes/StEasyContentClass.php:278<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 104 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 169 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 172 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 210 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 221 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 221 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 180 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 220 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 189 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 127 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 681 AND id_shop=1 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product FROM `ps_category_product` WHERE `id_product` = 681 AND `id_category` IN (34) LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Product.php:6567
/modules/stproductlinknav/stproductlinknav.php:88<br>/modules/stproductlinknav/stproductlinknav.php:187<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 681030101 AND name = '_wp_page_template' LIMIT 1 |
79
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:971<br>/modules/creativeelements/modules/page-templates/module.php:74<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:272<br>/modules/creativeelements/creativeelements.php:590<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_product_shop`
WHERE `id_product` = 681
AND id_shop = 1 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/controllers/front/ProductController.php:140<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 265 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 34 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 239 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 19 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 209 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Product.php:5614
/controllers/front/ProductController.php:1116<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 104 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 34 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 280 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 199 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 19 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 285 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 189 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 29 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 239 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 209 LIMIT 1 |
77
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 172 LIMIT 1 |
77
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 127 LIMIT 1 |
77
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_st_easy_content_setting`
WHERE id_st_easy_content_setting = 30
AND setting_type = 1 |
77
ms
|
1 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:170<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 285 LIMIT 1 |
77
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 88 AND `id_shop` = 1 LIMIT 1 |
77
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/steasycontent/steasycontent.php:330<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_category_shop`
WHERE `id_category` = 34
AND id_shop = 1 LIMIT 1 |
77
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/controllers/front/ProductController.php:821<br>/controllers/front/ProductController.php:321<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
77
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 76 AND `id_shop` = 1 LIMIT 1 |
77
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/override/classes/controller/FrontController.php:15<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_st_easy_content_setting`
WHERE id_st_easy_content_setting = 31
AND setting_type = 1 |
76
ms
|
1 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:170<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 280 LIMIT 1 |
76
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 168 LIMIT 1 |
76
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 681) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
76
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7761<br>/classes/Product.php:744<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 169 LIMIT 1 |
76
ms
|
1 |
|
|
/classes/Category.php:1571
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1 |
75
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:325<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
75
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/stpagebanner/classes/StPageBannerClass.php:173<br>/modules/stpagebanner/stpagebanner.php:1455<br>/modules/stpagebanner/stpagebanner.php:1576<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:289<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:89<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_st_easy_content_setting`
WHERE id_st_easy_content_setting = 32
AND setting_type = 1 |
75
ms
|
1 |
|
|
/modules/steasycontent/classes/StEasyContentSettingClass.php:76
/modules/steasycontent/classes/StEasyContentColumnClass.php:170<br>/modules/steasycontent/classes/StEasyContentColumnClass.php:165<br>/modules/steasycontent/steasycontent.php:2750<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 681
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
75
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
75
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 681 |
74
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/stviewedproducts/stviewedproducts.php:212<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 106 AND `id_shop` = 1 LIMIT 1 |
74
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/stthemeeditor/stthemeeditor.php:4128<br>/modules/stthemeeditor/stthemeeditor.php:4012<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
74
ms
|
1 |
|
|
/classes/ObjectModel.php:1510
/classes/ObjectModel.php:1542<br>/classes/ObjectModel.php:1473<br>/classes/controller/FrontController.php:532<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE lpsgdprc.`id_lpsgdpr_config`
FROM `ps_lpsgdpr_config` lpsgdprc
WHERE lpsgdprc.`id_shop` =1 LIMIT 1 |
74
ms
|
1 |
|
|
/modules/lpsgdpr/classes/lpsgdprconfig.php:169
/modules/lpsgdpr/lpsgdpr.php:913<br>/modules/lpsgdpr/lpsgdpr.php:1161<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "steasycontent" LIMIT 1 |
74
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:81<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/71/b9/37/71b937efef42c2a530a910e31abb4e970d3cd3df_2.file.header.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 681) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
73
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7762<br>/classes/Product.php:744<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stcustomersignin" LIMIT 1 |
73
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:246<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/71/b9/37/71b937efef42c2a530a910e31abb4e970d3cd3df_2.file.header.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 681 AND `id_group` = 1 LIMIT 1 |
73
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1 |
72
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:476<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
72
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 137 AND `id_shop` = 1 LIMIT 1 |
72
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/lpsgdpr/lpsgdpr.php:1161<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 168 AND `id_shop` = 1 LIMIT 1 |
72
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:57<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/71/b9/37/71b937efef42c2a530a910e31abb4e970d3cd3df_2.file.header.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1 |
72
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/stsidebar/stsidebar.php:1376<br>/modules/stsidebar/stsidebar.php:1315<br>/modules/stsidebar/stsidebar.php:1334<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:148<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/71/b9/37/71b937efef42c2a530a910e31abb4e970d3cd3df_2.file.header.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
71
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 120 AND `id_shop` = 1 LIMIT 1 |
71
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/83/fb/21/83fb21da01190af83a51b35f4a2583b8bb9b3fce_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/bf/48/38/bf48382a15352a65dd35dab73690d6069c5e3af2_2.file.product-buy.tpl.php:124<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/bf/48/38/bf48382a15352a65dd35dab73690d6069c5e3af2_2.file.product-buy.tpl.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/bf/48/38/bf48382a15352a65dd35dab73690d6069c5e3af2_2.file.product-buy.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/3f/61/07/3f610708c97230eb841b37f1363b4faad51357ed_2.file.product-first.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
71
ms
|
0 |
|
|
/classes/Supplier.php:244
/classes/Product.php:727<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
71
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
71
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
71
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE position
FROM `ps_category_product`
WHERE id_category = 34
AND id_product = 681 |
70
ms
|
1 |
|
|
/modules/stproductlinknav/stproductlinknav.php:197
/modules/stproductlinknav/stproductlinknav.php:96<br>/modules/stproductlinknav/stproductlinknav.php:187<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE lpsgdprc.`id_lpsgdpr_config`
FROM `ps_lpsgdpr_config` lpsgdprc
WHERE lpsgdprc.`id_shop` =1 LIMIT 1 |
70
ms
|
1 |
|
|
/modules/lpsgdpr/classes/lpsgdprconfig.php:169
/modules/lpsgdpr/classes/lpsgdprfunction.php:74<br>/modules/lpsgdpr/lpsgdpr.php:915<br>/modules/lpsgdpr/lpsgdpr.php:939<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
70
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
70
ms
|
0 |
|
|
/classes/module/Module.php:2328
/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/ProductController.php:1365<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 74 AND `id_shop` = 1 LIMIT 1 |
69
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:246<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/71/b9/37/71b937efef42c2a530a910e31abb4e970d3cd3df_2.file.header.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE lpsgdprc.`id_lpsgdpr_config`
FROM `ps_lpsgdpr_config` lpsgdprc
WHERE lpsgdprc.`id_shop` =1 LIMIT 1 |
69
ms
|
1 |
|
|
/modules/lpsgdpr/classes/lpsgdprconfig.php:169
/modules/lpsgdpr/classes/lpsgdprfunction.php:74<br>/modules/lpsgdpr/lpsgdpr.php:915<br>/modules/lpsgdpr/lpsgdpr.php:1136<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/da/81/20/da812060b96494d4ab2be70b83a7e78a2fe4d86f_2.parent.partialsfooter.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/da/81/20/da812060b96494d4ab2be70b83a7e78a2fe4d86f_2.parent.partialsfooter.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/a5/ce/4e/a5ce4ef99cc2f82a6f649e445b83ec2380f521b0_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:496<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:132<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
68
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
68
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
68
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
68
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
67
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1 |
67
ms
|
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
67
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
67
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
67
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE lpsgdprc.`id_lpsgdpr_config`
FROM `ps_lpsgdpr_config` lpsgdprc
WHERE lpsgdprc.`id_shop` =1 LIMIT 1 |
65
ms
|
1 |
|
|
/modules/lpsgdpr/classes/lpsgdprconfig.php:169
/modules/lpsgdpr/classes/lpsgdprfunction.php:74<br>/modules/lpsgdpr/lpsgdpr.php:1139<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/da/81/20/da812060b96494d4ab2be70b83a7e78a2fe4d86f_2.parent.partialsfooter.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/da/81/20/da812060b96494d4ab2be70b83a7e78a2fe4d86f_2.parent.partialsfooter.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/a5/ce/4e/a5ce4ef99cc2f82a6f649e445b83ec2380f521b0_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:496<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:132<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3955<br>/classes/Product.php:3675<br>/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
63
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
63
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
63
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stwishlist" LIMIT 1 |
63
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/stcustomersignin/stcustomersignin.php:577<br>/modules/stcustomersignin/stcustomersignin.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:246<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/71/b9/37/71b937efef42c2a530a910e31abb4e970d3cd3df_2.file.header.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
63
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
63
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
63
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
63
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
63
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
63
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
63
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
62
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
62
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
62
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
62
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3926<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
62
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 83 AND `id_shop` = 1 LIMIT 1 |
61
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:81<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/71/b9/37/71b937efef42c2a530a910e31abb4e970d3cd3df_2.file.header.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
60
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
59
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
59
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
59
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
59
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
59
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
59
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
59
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SET group_concat_max_len = 33554432 |
59
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:120
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:29<br>/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:395<br>/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:374<br>/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:217<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:2805<br>/modules/pm_advancedsearch4/pm_advancedsearch4.php:2929<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:11<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stlovedproduct" LIMIT 1 |
57
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/stcustomersignin/stcustomersignin.php:578<br>/modules/stcustomersignin/stcustomersignin.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:246<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f0/24/5e/f0245e7e3b6a3a369601cbfde0f322cd2fa92bfd_2.parent.partialsheader.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/71/b9/37/71b937efef42c2a530a910e31abb4e970d3cd3df_2.file.header.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
56
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
56
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
56
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
56
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
56
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
56
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
56
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
55
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
55
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
55
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/ststickers/classes/StStickersMapClass.php:168<br>/modules/ststickers/ststickers.php:1738<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/ProductAssembler.php:43<br>/modules/stviewedproducts/stviewedproducts.php:210<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:555<br>/modules/stthemeeditor/classes/BaseProductsSlider.php:619<br>/modules/stviewedproducts/stviewedproducts.php:230<br>/modules/stviewedproducts/stviewedproducts.php:242<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1 |
55
ms
|
1 |
|
|
/classes/Category.php:1577
/modules/steasycontent/classes/StEasyContentClass.php:299<br>/modules/steasycontent/steasycontent.php:2728<br>/modules/steasycontent/steasycontent.php:3747<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f5/5a/3c/f55a3c8fa8379ba2dd2c96afe558750a79394fb1_2.file.product-third.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/27/fc/6c/27fc6c2c9c82a567f94f511b1b876c8bca9fcdab_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/e6/4f/9f/e64f9f833703a630e54343c90102e25790c38d06_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/54/13/47/5413478b69f869f52b8f1d51a707e42031dda72d_2.parent.catalogproduct.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/RenelAutomobilelayouts_layout_full_width_tpl/f3/11/6d/f3116d201f74eb144c461e3ea534c8486a8690f4_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|