SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product_attribute`) FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1 |
7.4 |
15889 |
|
|
/classes/SpecificPrice.php:283
/classes/SpecificPrice.php:349 /classes/SpecificPrice.php:521 /override/classes/Product.php:3325 /override/classes/Product.php:3230 /override/classes/Product.php:4830 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.7 |
2833 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209 /classes/Configuration.php:289 /classes/shop/Shop.php:381 /config/config.inc.php:119 /index.php:27
|
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, 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 |
0.7 |
353 |
|
|
/classes/Hook.php:403
/classes/Hook.php:445 /classes/tax/TaxManagerFactory.php:67 /classes/tax/TaxManagerFactory.php:46 /override/classes/Product.php:3481 /override/classes/Product.php:3230 /override/classes/Product.php:4830 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
product_shop.*,
product_shop.id_category_default,
pl.*,
image_shop.`id_image` id_image,
il.legend,
m.name manufacturer_name,
product_attribute_shop.id_product_attribute id_product_attribute,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-01-04 00:00:00", INTERVAL 20 DAY)) > 0 AS new,
stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity
FROM ((SELECT cp.id_product, MIN(cp.position) position FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.id_category = 163
AND c.active = 1)
STRAIGHT_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)
WHERE 1 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")
GROUP BY cp.id_product) UNION ALL (SELECT cp.id_product, MIN(cp.position) position FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.id_category != 163
AND c.nleft >= 195
AND c.nright <= 196
AND c.active = 1)
STRAIGHT_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)
WHERE NOT EXISTS(SELECT * FROM ps_category_product cpe
WHERE cp.id_product=cpe.id_product AND cpe.id_category = 163)
AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")
GROUP BY cp.id_product)) cp
LEFT JOIN `ps_product` p ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps_product_lang pl ON (pl.id_product = p.id_product AND pl.id_shop = 1 AND pl.id_lang = 3)
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 3)
LEFT JOIN ps_manufacturer m ON (m.id_manufacturer = p.id_manufacturer)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")
ORDER BY cp.position asc , cp.id_product LIMIT 0,18 |
0.7 |
953532 |
Yes |
|
/modules/ps_facetedsearch/ps_facetedsearch.php:1630
/modules/ps_facetedsearch/src/Ps_FacetedsearchProductSearchProvider.php:158 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
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` |
0.7 |
152 |
Yes |
Yes |
/classes/Hook.php:666
/override/classes/Hook.php:34 /classes/Hook.php:771 /classes/Dispatcher.php:589 /classes/Dispatcher.php:249 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 3)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
0.6 |
244 |
Yes |
|
/classes/Country.php:147
/modules/ps_emailsubscription/ps_emailsubscription.php:93 :undefined /src/Core/Foundation/IoC/Container.php:126 /src/Core/Foundation/IoC/Container.php:163 /src/Core/Foundation/IoC/Container.php:176 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1137 /classes/module/Module.php:1116 /classes/Hook.php:880 /classes/controller/FrontController.php:927 /tools/profiling/Controller.php:208 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product`) FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.6 |
448 |
|
|
/classes/SpecificPrice.php:283
/classes/SpecificPrice.php:341 /classes/SpecificPrice.php:521 /override/classes/Product.php:3325 /override/classes/Product.php:3230 /override/classes/Product.php:4830 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SHOW TABLES LIKE '%psblog_blog%' |
0.4 |
1 |
|
|
/modules/psblog/psblog.php:44
:undefined /src/Core/Foundation/IoC/Container.php:130 /src/Core/Foundation/IoC/Container.php:163 /src/Core/Foundation/IoC/Container.php:176 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1137 /classes/module/Module.php:1116 /classes/Hook.php:880 /classes/Dispatcher.php:589 /classes/Dispatcher.php:249 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM ((SELECT cp.id_product, MIN(cp.position) position FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.id_category = 163
AND c.active = 1)
STRAIGHT_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)
WHERE 1 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")
GROUP BY cp.id_product) UNION ALL (SELECT cp.id_product, MIN(cp.position) position FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.id_category != 163
AND c.nleft >= 195
AND c.nright <= 196
AND c.active = 1)
STRAIGHT_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)
WHERE NOT EXISTS(SELECT * FROM ps_category_product cpe
WHERE cp.id_product=cpe.id_product AND cpe.id_category = 163)
AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")
GROUP BY cp.id_product)) ps LIMIT 1 |
0.4 |
953532 |
|
|
/modules/ps_facetedsearch/ps_facetedsearch.php:1595
/modules/ps_facetedsearch/src/Ps_FacetedsearchProductSearchProvider.php:158 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
0.4 |
448 |
|
|
/classes/SpecificPrice.php:291
/classes/SpecificPrice.php:341 /classes/SpecificPrice.php:521 /override/classes/Product.php:3325 /override/classes/Product.php:3230 /override/classes/Product.php:4830 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
0.3 |
0 |
|
|
/classes/Hook.php:190
/classes/Hook.php:783 /classes/Dispatcher.php:589 /classes/Dispatcher.php:249 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 163
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.3 |
1 |
Yes |
Yes |
/override/classes/Category.php:872
/controllers/front/listing/CategoryController.php:215 /controllers/front/listing/CategoryController.php:121 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (653) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.3 |
12 |
Yes |
Yes |
/override/classes/Product.php:3942
/src/Adapter/Product/ProductColorsRetriever.php:43 /src/Adapter/Presenter/Product/ProductLazyArray.php:479 /src/Adapter/Presenter/AbstractLazyArray.php:232 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/36/ae/a2/36aea26fd4b3608a1cdf5446a5d22034b3178b91_2.file.product.tpl.php:243 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/36/ae/a2/36aea26fd4b3608a1cdf5446a5d22034b3178b91_2.file.product.tpl.php:27 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/4c/3a/27/4c3a276b42778a017abbb28122cf38606d0cfcce_2.file.products.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/4c/3a/27/4c3a276b42778a017abbb28122cf38606d0cfcce_2.file.products.tpl.php:52 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:83 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:84 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:142 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gdpr_custom_script` c
INNER JOIN `ps_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
0.3 |
1 |
Yes |
|
/modules/gdprpro/src/GdprCustomScript.php:223
/modules/gdprpro/src/GdprCustomScript.php:254 /modules/gdprpro/src/GdprProConfig.php:129 /modules/gdprpro/src/GdprProCookie.php:83 /override/classes/Hook.php:39 /classes/Hook.php:771 /classes/Dispatcher.php:507 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gdpr_custom_script` c
INNER JOIN `ps_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
0.3 |
1 |
Yes |
|
/modules/gdprpro/src/GdprCustomScript.php:223
/modules/gdprpro/src/GdprCustomScript.php:254 /modules/gdprpro/src/GdprProConfig.php:129 /modules/gdprpro/src/GdprProCookie.php:83 /override/classes/Hook.php:39 /classes/Hook.php:771 /classes/controller/ProductListingFrontController.php:233 /classes/controller/ProductListingFrontController.php:269 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gdpr_custom_script` c
INNER JOIN `ps_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
0.3 |
1 |
Yes |
|
/modules/gdprpro/src/GdprCustomScript.php:223
/modules/gdprpro/src/GdprCustomScript.php:254 /modules/gdprpro/src/GdprProConfig.php:129 /modules/gdprpro/src/GdprProCookie.php:83 /override/classes/Hook.php:39 /classes/Hook.php:771 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:264 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:56 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gdpr_custom_script` c
INNER JOIN `ps_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
0.2 |
1 |
Yes |
|
/modules/gdprpro/src/GdprCustomScript.php:223
/modules/gdprpro/src/GdprCustomScript.php:254 /modules/gdprpro/src/GdprProConfig.php:129 /modules/gdprpro/src/GdprProCookie.php:65 /modules/gdprpro/src/GdprProCookie.php:47 /modules/gdprpro/src/GdprProCookie.php:55 /override/classes/Hook.php:38 /classes/Hook.php:771 /classes/Dispatcher.php:589 /classes/Dispatcher.php:249 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.2 |
102 |
Yes |
|
/classes/Dispatcher.php:636
/classes/Dispatcher.php:249 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gdpr_custom_script` c
INNER JOIN `ps_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
0.2 |
1 |
Yes |
|
/modules/gdprpro/src/GdprCustomScript.php:223
/modules/gdprpro/src/GdprCustomScript.php:254 /modules/gdprpro/src/GdprProConfig.php:129 /modules/gdprpro/src/GdprProCookie.php:83 /override/classes/Hook.php:39 /classes/Hook.php:771 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:474 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:572 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:214 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gdpr_custom_script` c
INNER JOIN `ps_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
0.2 |
1 |
Yes |
|
/modules/gdprpro/src/GdprCustomScript.php:223
/modules/gdprpro/src/GdprCustomScript.php:254 /modules/gdprpro/gdprpro.php:406 /classes/Hook.php:966 /classes/Hook.php:355 /classes/Hook.php:903 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gdpr_custom_script` c
INNER JOIN `ps_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
0.2 |
1 |
Yes |
|
/modules/gdprpro/src/GdprCustomScript.php:223
/modules/gdprpro/src/GdprCustomScript.php:254 /modules/gdprpro/src/GdprProConfig.php:129 /modules/gdprpro/src/GdprProCookie.php:83 /override/classes/Hook.php:39 /classes/Hook.php:771 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gdpr_custom_script` c
INNER JOIN `ps_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
0.2 |
1 |
Yes |
|
/modules/gdprpro/src/GdprCustomScript.php:223
/modules/gdprpro/src/GdprCustomScript.php:254 /modules/gdprpro/src/GdprProConfig.php:129 /modules/gdprpro/src/GdprProCookie.php:83 /override/classes/Hook.php:39 /classes/Hook.php:771 /classes/controller/FrontController.php:927 /tools/profiling/Controller.php:208 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gdpr_custom_script` c
INNER JOIN `ps_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
0.2 |
1 |
Yes |
|
/modules/gdprpro/src/GdprCustomScript.php:223
/modules/gdprpro/src/GdprCustomScript.php:254 /modules/gdprpro/src/GdprProConfig.php:129 /modules/gdprpro/src/GdprProCookie.php:83 /override/classes/Hook.php:39 /classes/Hook.php:771 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:93 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:300 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE "thumb" FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = "gb0femkwe66k9p_digibooklab.com" AND TABLE_NAME = "ps_psblog_blog" AND COLUMN_NAME = "thumb" |
0.2 |
0 |
|
|
/modules/psblog/psblog.php:44
:undefined /src/Core/Foundation/IoC/Container.php:130 /src/Core/Foundation/IoC/Container.php:163 /src/Core/Foundation/IoC/Container.php:176 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1137 /classes/module/Module.php:1116 /classes/Hook.php:880 /classes/Dispatcher.php:589 /classes/Dispatcher.php:249 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gdpr_custom_script` c
INNER JOIN `ps_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
0.2 |
1 |
Yes |
|
/modules/gdprpro/src/GdprCustomScript.php:223
/modules/gdprpro/src/GdprCustomScript.php:254 /modules/gdprpro/src/GdprProConfig.php:129 /modules/gdprpro/src/GdprProCookie.php:83 /override/classes/Hook.php:39 /classes/Hook.php:771 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:525 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:572 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:214 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gdpr_custom_script` c
INNER JOIN `ps_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
0.2 |
1 |
Yes |
|
/modules/gdprpro/src/GdprCustomScript.php:223
/modules/gdprpro/src/GdprCustomScript.php:254 /modules/gdprpro/src/GdprProConfig.php:129 /modules/gdprpro/src/GdprProCookie.php:83 /override/classes/Hook.php:39 /classes/Hook.php:771 /classes/Dispatcher.php:589 /classes/Dispatcher.php:249 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gdpr_custom_script` c
INNER JOIN `ps_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
0.2 |
1 |
Yes |
|
/modules/gdprpro/src/GdprCustomScript.php:223
/modules/gdprpro/src/GdprCustomScript.php:254 /modules/gdprpro/src/GdprProConfig.php:129 /modules/gdprpro/src/GdprProCookie.php:83 /override/classes/Hook.php:39 /classes/Hook.php:771 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:138 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:300 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gdpr_custom_script` c
INNER JOIN `ps_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
0.2 |
1 |
Yes |
|
/modules/gdprpro/src/GdprCustomScript.php:223
/modules/gdprpro/src/GdprCustomScript.php:254 /modules/gdprpro/src/GdprProConfig.php:129 /modules/gdprpro/src/GdprProCookie.php:83 /override/classes/Hook.php:39 /classes/Hook.php:771 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:156 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:300 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gdpr_custom_script` c
INNER JOIN `ps_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
0.2 |
1 |
Yes |
|
/modules/gdprpro/src/GdprCustomScript.php:223
/modules/gdprpro/src/GdprCustomScript.php:254 /modules/gdprpro/src/GdprProConfig.php:129 /modules/gdprpro/src/GdprProCookie.php:83 /override/classes/Hook.php:39 /classes/Hook.php:771 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:611 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:227 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gdpr_custom_script` c
INNER JOIN `ps_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
0.2 |
1 |
Yes |
|
/modules/gdprpro/src/GdprCustomScript.php:223
/modules/gdprpro/src/GdprCustomScript.php:254 /modules/gdprpro/src/GdprProConfig.php:129 /modules/gdprpro/src/GdprProCookie.php:83 /override/classes/Hook.php:39 /classes/Hook.php:771 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:142 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:300 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 653
ORDER BY f.position ASC |
0.2 |
6 |
Yes |
|
/override/classes/Product.php:5034
/override/classes/Product.php:4923 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC |
0.2 |
324 |
Yes |
|
/classes/Country.php:154
/modules/ps_emailsubscription/ps_emailsubscription.php:93 :undefined /src/Core/Foundation/IoC/Container.php:126 /src/Core/Foundation/IoC/Container.php:163 /src/Core/Foundation/IoC/Container.php:176 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1137 /classes/module/Module.php:1116 /classes/Hook.php:880 /classes/controller/FrontController.php:927 /tools/profiling/Controller.php:208 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (653) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.2 |
12 |
Yes |
Yes |
/override/classes/Product.php:3942
/src/Adapter/Product/ProductColorsRetriever.php:43 /src/Adapter/Presenter/Product/ProductLazyArray.php:479 /src/Adapter/Presenter/AbstractLazyArray.php:232 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/36/ae/a2/36aea26fd4b3608a1cdf5446a5d22034b3178b91_2.file.product.tpl.php:243 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/36/ae/a2/36aea26fd4b3608a1cdf5446a5d22034b3178b91_2.file.product.tpl.php:27 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/4c/3a/27/4c3a276b42778a017abbb28122cf38606d0cfcce_2.file.products.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/4c/3a/27/4c3a276b42778a017abbb28122cf38606d0cfcce_2.file.products.tpl.php:52 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:83 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:84 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:142 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gdpr_custom_script` c
INNER JOIN `ps_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
0.2 |
1 |
Yes |
|
/modules/gdprpro/src/GdprCustomScript.php:223
/modules/gdprpro/src/GdprCustomScript.php:254 /modules/gdprpro/src/GdprProConfig.php:129 /modules/gdprpro/src/GdprProCookie.php:83 /override/classes/Hook.php:39 /classes/Hook.php:771 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:359 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 15, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 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, 15) AND
`id_group` IN (0, 1) AND `id_product` = 653 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 78628) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-01-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-01-04 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 |
0.2 |
2 |
Yes |
|
/classes/SpecificPrice.php:549
/override/classes/Product.php:3325 /override/classes/Product.php:3230 /override/classes/Product.php:4830 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-01-04 00:00:00',
INTERVAL 20 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 = 3
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 653 |
0.2 |
7 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /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` = 653 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` = 653 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/override/classes/Cart.php:1245
/override/classes/Product.php:3763 /override/classes/Product.php:4903 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 653
AND pac.`id_product_attribute` = 78628
AND agl.`id_lang` = 3 |
0.2 |
3 |
|
|
/override/classes/Product.php:6258
/override/classes/Product.php:4948 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /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` = 78628
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 653 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` = 78628
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 653 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/override/classes/Cart.php:1245
/override/classes/Product.php:3763 /override/classes/Product.php:4913 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /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` = 15
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('3520-063' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '3520-063')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.2 |
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:108
/override/classes/Product.php:3482 /override/classes/Product.php:3230 /override/classes/Product.php:4830 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 653
AND pac.`id_product_attribute` = 78629
AND agl.`id_lang` = 3 |
0.2 |
3 |
|
|
/override/classes/Product.php:6258
/override/classes/Product.php:6417 /classes/Link.php:229 /src/Adapter/Presenter/Product/ProductLazyArray.php:727 /src/Adapter/Presenter/Product/ProductLazyArray.php:490 :undefined /src/Adapter/Presenter/Product/ProductLazyArray.php:497 /src/Adapter/Presenter/AbstractLazyArray.php:232 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/36/ae/a2/36aea26fd4b3608a1cdf5446a5d22034b3178b91_2.file.product.tpl.php:243 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/36/ae/a2/36aea26fd4b3608a1cdf5446a5d22034b3178b91_2.file.product.tpl.php:27 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/4c/3a/27/4c3a276b42778a017abbb28122cf38606d0cfcce_2.file.products.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/4c/3a/27/4c3a276b42778a017abbb28122cf38606d0cfcce_2.file.products.tpl.php:52 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:83 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:84 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:142 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /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` = 3)
WHERE i.`id_product` = 653
ORDER BY `position` |
0.2 |
6 |
Yes |
|
/override/classes/Product.php:3047
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.2 |
1 |
Yes |
|
/classes/shop/Shop.php:704
/classes/shop/Shop.php:763 /classes/Configuration.php:286 /classes/shop/Shop.php:381 /config/config.inc.php:119 /index.php:27
|
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2025-01-04 00:00:00" AND date_to <= "2025-01-04 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2025-01-04 00:00:00" AND date_from <= "2025-01-04 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2025-01-04 00:00:00" AND date_to > "2025-01-04 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
0.2 |
1 |
|
|
/classes/CartRule.php:341
/classes/CartRule.php:374 /override/classes/Cart.php:2852 /override/classes/Cart.php:3234 /override/classes/Cart.php:3303 /src/Core/Cart/Fees.php:81 /src/Core/Cart/Calculator.php:273 /src/Core/Cart/Calculator.php:123 /override/classes/Cart.php:2013 /src/Adapter/Presenter/Cart/CartPresenter.php:323 /classes/controller/FrontController.php:490 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /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` < 195) AND (a0.`nright` > 196) AND (a1.`id_lang` = 3)
ORDER BY a0.`nleft` asc |
0.2 |
209 |
Yes |
|
/classes/PrestaShopCollection.php:373
/classes/PrestaShopCollection.php:415 /controllers/front/listing/CategoryController.php:231 /classes/controller/FrontController.php:1680 /classes/controller/FrontController.php:499 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /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 = 'teste.digibooklab.com' OR su.domain_ssl = 'teste.digibooklab.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.1 |
1 |
Yes |
|
/classes/shop/Shop.php:345
/config/config.inc.php:119 /index.php:27
|
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 |
0.1 |
83 |
|
|
/classes/module/Module.php:305
/modules/psblog/psblog.php:37 :undefined /src/Core/Foundation/IoC/Container.php:130 /src/Core/Foundation/IoC/Container.php:163 /src/Core/Foundation/IoC/Container.php:176 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1137 /classes/module/Module.php:1116 /classes/Hook.php:880 /classes/Dispatcher.php:589 /classes/Dispatcher.php:249 /classes/Dispatcher.php:207 /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 |
0.1 |
83 |
|
|
/classes/module/Module.php:305
/modules/smartmarketingps/smartmarketingps.php:117 :undefined /src/Core/Foundation/IoC/Container.php:130 /src/Core/Foundation/IoC/Container.php:163 /src/Core/Foundation/IoC/Container.php:176 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1137 /classes/module/Module.php:1116 /classes/Hook.php:880 /classes/Dispatcher.php:507 /index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`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 cp.`id_product` = 653
AND cl.`id_lang` = 3 |
0.1 |
3 |
|
|
/override/classes/Product.php:2967
/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/4c/3a/27/4c3a276b42778a017abbb28122cf38606d0cfcce_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:83 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:84 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:142 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 653
AND pac.`id_product_attribute` = 78630
AND agl.`id_lang` = 3 |
0.1 |
3 |
|
|
/override/classes/Product.php:6258
/override/classes/Product.php:6417 /classes/Link.php:229 /src/Adapter/Presenter/Product/ProductLazyArray.php:727 /src/Adapter/Presenter/Product/ProductLazyArray.php:490 :undefined /src/Adapter/Presenter/Product/ProductLazyArray.php:497 /src/Adapter/Presenter/AbstractLazyArray.php:232 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/36/ae/a2/36aea26fd4b3608a1cdf5446a5d22034b3178b91_2.file.product.tpl.php:243 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/36/ae/a2/36aea26fd4b3608a1cdf5446a5d22034b3178b91_2.file.product.tpl.php:27 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/4c/3a/27/4c3a276b42778a017abbb28122cf38606d0cfcce_2.file.products.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/4c/3a/27/4c3a276b42778a017abbb28122cf38606d0cfcce_2.file.products.tpl.php:52 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:83 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:84 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:142 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2025-01-04 00:00:00" AND date_to <= "2025-01-04 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2025-01-04 00:00:00" AND date_from <= "2025-01-04 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2025-01-04 00:00:00" AND date_to > "2025-01-04 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
0.1 |
1 |
|
|
/classes/CartRule.php:341
/classes/CartRule.php:374 /classes/CartRule.php:509 /override/classes/Cart.php:530 /src/Adapter/Presenter/Cart/CartPresenter.php:440 /classes/controller/FrontController.php:490 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /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 |
0.1 |
83 |
|
|
/classes/module/Module.php:305
/modules/gdprpro/gdprpro.php:102 :undefined /src/Core/Foundation/IoC/Container.php:130 /src/Core/Foundation/IoC/Container.php:163 /src/Core/Foundation/IoC/Container.php:176 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1137 /classes/module/Module.php:1116 /classes/Hook.php:880 /classes/Dispatcher.php:589 /classes/Dispatcher.php:249 /classes/Dispatcher.php:207 /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` = 15
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.1 |
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:108
/override/classes/Product.php:4994 /override/classes/Product.php:4954 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (78628, 78629, 78630, 78632, 78633, 78634) AND il.`id_lang` = 3 ORDER by i.`position` |
0.1 |
6 |
Yes |
|
/override/classes/Product.php:2488
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE ag.`id_accessory_group`,
ag.`show_name`,
ag.`collapse_expand`,
ag.`buy_together`,
IF(ag.`display_style` = 3, 0 , ag.`display_style`) as display_style,
agl.`name`
FROM
`ps_accessory_group` ag
LEFT JOIN
`ps_accessory_group_lang` `agl` ON agl.`id_accessory_group` = ag.`id_accessory_group`
WHERE
`agl`.`id_lang` = 3 AND `ag`.`active` = 1
ORDER BY ag.`position` ASC |
0.1 |
4 |
Yes |
|
/modules/hsmultiaccessoriespro/abstract/classes/HsAccessoriesGroupAbstract.php:154
/modules/hsmultiaccessoriespro/abstract/classes/HsAccessoriesGroupAbstract.php:607 /modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:395 /modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:309 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 163) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /override/classes/Category.php:150 /controllers/front/listing/CategoryController.php:85 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 653) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /override/classes/Product.php:555 /classes/Link.php:106 /classes/Link.php:170 /override/classes/Product.php:4808 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /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 |
0.1 |
1 |
|
|
/override/classes/Cart.php:4101
/override/classes/Cart.php:4076 /override/classes/Cart.php:1935 /src/Adapter/Presenter/Cart/CartPresenter.php:322 /classes/controller/FrontController.php:490 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 653) |
0.1 |
6 |
|
|
/override/classes/Product.php:3347
/override/classes/Product.php:3230 /override/classes/Product.php:4830 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.1 |
9 |
|
|
/classes/Language.php:1029
/classes/Language.php:1190 /classes/Dispatcher.php:534 /classes/Dispatcher.php:238 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 483381
AND `date_add` > '2025-01-04 10:54:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.1 |
1 |
Yes |
|
/classes/Connection.php:163
/classes/Connection.php:97 /modules/statsdata/statsdata.php:111 /modules/statsdata/statsdata.php:69 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:611 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:227 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 204) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /override/classes/Category.php:150 /classes/Link.php:382 /classes/Link.php:437 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/47/b9/36/47b93615a2fa9d77382ef89a24e736d3d0067379_2.file.breadcrumb.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:336 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:130 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /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` = 163) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /override/classes/Category.php:150 /classes/Link.php:382 /classes/Link.php:437 /classes/Link.php:1148 /classes/controller/FrontController.php:1985 /classes/controller/FrontController.php:1511 /classes/controller/FrontController.php:496 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE id_category = 163
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.1 |
1 |
Yes |
Yes |
/modules/ps_facetedsearch/ps_facetedsearch.php:1718
/modules/ps_facetedsearch/src/Ps_FacetedsearchProductSearchProvider.php:36 /modules/ps_facetedsearch/src/Ps_FacetedsearchProductSearchProvider.php:143 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 3
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 15) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /modules/paypal/paypal.php:367 :undefined /src/Core/Foundation/IoC/Container.php:130 /src/Core/Foundation/IoC/Container.php:163 /src/Core/Foundation/IoC/Container.php:176 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1137 /classes/module/Module.php:1116 /classes/Hook.php:880 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
0.1 |
1 |
|
|
/classes/ObjectModel.php:551
/classes/ObjectModel.php:508 /classes/Guest.php:239 /modules/statsdata/statsdata.php:77 /modules/statsdata/statsdata.php:68 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:611 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:227 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /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` = 15) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /config/config.inc.php:141 /index.php:27
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.1 |
3 |
|
|
/classes/Language.php:882
/config/config.inc.php:138 /index.php:27
|
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 4 AND `id_object` = 163 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Page.php:80
/classes/Connection.php:175 /classes/Connection.php:97 /modules/statsdata/statsdata.php:111 /modules/statsdata/statsdata.php:69 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:611 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:227 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE id_category = 163
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.1 |
1 |
Yes |
Yes |
/modules/ps_facetedsearch/ps_facetedsearch.php:1718
/modules/ps_facetedsearch/src/Ps_FacetedsearchProductSearchProvider.php:167 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Currency.php:661
/classes/Currency.php:678 /modules/ps_currencyselector/ps_currencyselector.php:122 /classes/Hook.php:971 /classes/Hook.php:923 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:93 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:300 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM `ps_module_currency` mc
WHERE (mc.`id_module` = 94) AND (mc.`id_shop` = 1) |
0.1 |
1 |
|
|
/classes/Currency.php:444
/modules/idxcodfees/idxcodfees.php:49 :undefined /src/Core/Foundation/IoC/Container.php:130 /src/Core/Foundation/IoC/Container.php:163 /src/Core/Foundation/IoC/Container.php:176 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1137 /classes/module/Module.php:1116 /classes/Hook.php:880 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 78628) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /override/classes/Product.php:4964 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_egoi WHERE client_id != '' and track='1' order by egoi_id DESC LIMIT 1 |
0.1 |
1 |
|
|
/modules/smartmarketingps/smartmarketingps.php:2083
/modules/smartmarketingps/smartmarketingps.php:1876 /modules/smartmarketingps/smartmarketingps.php:1782 /modules/smartmarketingps/smartmarketingps.php:1805 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:138 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:300 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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 p.`id_product` = 653 AND pa.`id_product` = 653 AND pa.`id_product_attribute` = 78628 LIMIT 1 |
0.1 |
1 |
|
|
/override/classes/Product.php:943
/override/classes/Product.php:4918 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Currency.php:103 /classes/Currency.php:614 /classes/Tools.php:685 /classes/controller/FrontController.php:351 /controllers/front/listing/CategoryController.php:92 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 653
AND `required` = 1 |
0.1 |
5 |
|
|
/override/classes/Product.php:5484
/override/classes/Product.php:4943 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_cart_product`
WHERE `id_cart` = 0 order by id |
0.1 |
1 |
Yes |
|
/override/classes/Cart.php:5053
/override/classes/Cart.php:1969 /src/Adapter/Presenter/Cart/CartPresenter.php:322 /modules/ps_shoppingcart/ps_shoppingcart.php:85 /modules/ps_shoppingcart/ps_shoppingcart.php:97 /classes/Hook.php:971 /classes/Hook.php:923 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:142 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:300 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Group.php:78 /classes/Group.php:393 /override/classes/Cart.php:244 /classes/Cart.php:217 /override/classes/Cart.php:196 /classes/controller/FrontController.php:410 /controllers/front/listing/CategoryController.php:92 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/shop/ShopUrl.php:173
/classes/shop/ShopUrl.php:187 /classes/Tools.php:302 /classes/Link.php:58 /config/config.inc.php:233 /index.php:27
|
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` = 163) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /override/classes/Category.php:150 /modules/ps_facetedsearch/ps_facetedsearch.php:1380 /modules/ps_facetedsearch/src/Ps_FacetedsearchProductSearchProvider.php:158 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 163) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /override/classes/Category.php:150 /classes/Link.php:382 /classes/Link.php:437 /classes/Link.php:1148 /classes/controller/FrontController.php:1985 /classes/controller/FrontController.php:1511 /classes/controller/FrontController.php:496 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 163 AND ctg.`id_group` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/override/classes/Category.php:1654
/controllers/front/listing/CategoryController.php:94 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "gdprpro" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2752
/classes/module/Module.php:2276 /override/classes/Hook.php:31 /classes/Hook.php:771 /classes/Dispatcher.php:589 /classes/Dispatcher.php:249 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_cart_product`
WHERE `id_cart` = 0 order by id |
0.1 |
1 |
Yes |
|
/override/classes/Cart.php:5053
/override/classes/Cart.php:1969 /src/Adapter/Presenter/Cart/CartPresenter.php:323 /classes/controller/FrontController.php:490 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_cart_product`
WHERE `id_cart` = 0 order by id |
0.1 |
1 |
Yes |
|
/override/classes/Cart.php:5053
/override/classes/Cart.php:1969 /src/Adapter/Presenter/Cart/CartPresenter.php:322 /classes/controller/FrontController.php:490 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 653 LIMIT 1 |
0.1 |
12 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /override/classes/Product.php:3325 /override/classes/Product.php:3230 /override/classes/Product.php:4830 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_alias` |
0.1 |
83 |
|
|
/classes/Hook.php:234
/classes/Hook.php:375 /classes/Hook.php:691 /override/classes/Hook.php:34 /classes/Hook.php:771 /classes/Dispatcher.php:589 /classes/Dispatcher.php:249 /classes/Dispatcher.php:207 /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 |
0.1 |
1 |
|
|
/classes/shop/Shop.php:201
/classes/shop/Shop.php:131 /classes/shop/Shop.php:412 /config/config.inc.php:119 /index.php:27
|
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.1 |
1 |
|
|
/classes/shop/Shop.php:1160
/classes/Link.php:940 /src/Adapter/Image/ImageRetriever.php:256 /classes/controller/FrontController.php:1520 /classes/controller/FrontController.php:496 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.1 |
8 |
Yes |
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:250 /classes/controller/FrontController.php:1520 /classes/controller/FrontController.php:496 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_cart_product`
WHERE `id_cart` = 0 order by id |
0.1 |
1 |
Yes |
|
/override/classes/Cart.php:5053
/override/classes/Cart.php:1969 /override/classes/Cart.php:2868 /override/classes/Cart.php:3234 /override/classes/Cart.php:3303 /src/Core/Cart/Fees.php:81 /src/Core/Cart/Calculator.php:273 /src/Core/Cart/Calculator.php:123 /override/classes/Cart.php:2013 /src/Adapter/Presenter/Cart/CartPresenter.php:323 /classes/controller/FrontController.php:490 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('483381', '358', '59885413', '', '1', '1', '2025-01-04 11:24:52') |
0.1 |
1 |
|
|
/classes/ObjectModel.php:551
/classes/Connection.php:183 /classes/Connection.php:97 /modules/statsdata/statsdata.php:111 /modules/statsdata/statsdata.php:69 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:611 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:227 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /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` = 15
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('3520-063' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '3520-063')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.1 |
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:108
/override/classes/Product.php:3509 /override/classes/Product.php:3230 /override/classes/Product.php:4865 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_cart_product`
WHERE `id_cart` = 0 order by id |
0.1 |
1 |
Yes |
|
/override/classes/Cart.php:5053
/override/classes/Cart.php:1969 /override/classes/Cart.php:2867 /override/classes/Cart.php:3234 /override/classes/Cart.php:3303 /src/Core/Cart/Fees.php:81 /src/Core/Cart/Calculator.php:273 /src/Core/Cart/Calculator.php:123 /override/classes/Cart.php:2013 /src/Adapter/Presenter/Cart/CartPresenter.php:323 /classes/controller/FrontController.php:490 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 15 LIMIT 1 |
0.1 |
1 |
|
|
/classes/AddressFormat.php:618
/classes/AddressFormat.php:583 /classes/AddressFormat.php:568 /classes/AddressFormat.php:512 /classes/AddressFormat.php:391 /classes/controller/FrontController.php:1615 /classes/controller/FrontController.php:495 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 78628 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/override/classes/Product.php:4812 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 653 |
0.1 |
6 |
|
|
/override/classes/Product.php:2470
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /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` = 15) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/AddressFormat.php:353 /classes/AddressFormat.php:392 /classes/controller/FrontController.php:1615 /classes/controller/FrontController.php:495 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Language.php:107 /config/config.inc.php:194 /index.php:27
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:407
/classes/SpecificPrice.php:496 /override/classes/Product.php:3325 /override/classes/Product.php:3230 /override/classes/Product.php:4830 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'category' LIMIT 1 |
0.1 |
1 |
|
|
/classes/Page.php:100
/classes/Page.php:55 /classes/Connection.php:175 /classes/Connection.php:97 /modules/statsdata/statsdata.php:111 /modules/statsdata/statsdata.php:69 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:611 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:227 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_cart_product`
WHERE `id_cart` = 0 order by id |
0.1 |
1 |
Yes |
|
/override/classes/Cart.php:5053
/override/classes/Cart.php:1969 /src/Adapter/Presenter/Cart/CartPresenter.php:324 /classes/controller/FrontController.php:490 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 653 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/override/classes/Product.php:3547 /override/classes/Product.php:3230 /override/classes/Product.php:4830 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 163 AND `id_shop` = 1 |
0.1 |
3 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /override/classes/Category.php:150 /modules/ps_facetedsearch/ps_facetedsearch.php:1380 /modules/ps_facetedsearch/src/Ps_FacetedsearchProductSearchProvider.php:158 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-01-04 00:00:00' AND '2025-01-04 23:59:59' LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:358
/classes/SpecificPrice.php:521 /override/classes/Product.php:3325 /override/classes/Product.php:3230 /override/classes/Product.php:4830 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1 |
0.1 |
5 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/tax/TaxRulesTaxManager.php:115 /override/classes/Product.php:3482 /override/classes/Product.php:3230 /override/classes/Product.php:4830 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 653) AND (id_product_attribute = 78628) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/override/classes/Product.php:3759 /override/classes/Product.php:4913 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_alias` |
0.1 |
83 |
|
|
/classes/Hook.php:260
/classes/Hook.php:291 /classes/Hook.php:329 /classes/Hook.php:892 /classes/Dispatcher.php:589 /classes/Dispatcher.php:249 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE domain,physical_uri FROM ps_shop_url |
0.1 |
1 |
|
|
/modules/sfkseoschema/sfkseoschema.php:569
/classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE img FROM ps_psograph_images WHERE type = "indexImage" AND id_lang = 3 LIMIT 1 |
0.1 |
0 |
|
|
/modules/psograph/psograph.php:300
/modules/psograph/psograph.php:339 /modules/psograph/psograph.php:313 /classes/Hook.php:966 /classes/Hook.php:355 /classes/Hook.php:903 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/tax/TaxRulesTaxManager.php:115 /override/classes/Product.php:3482 /override/classes/Product.php:3230 /override/classes/Product.php:4830 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/shop/Shop.php:128 /classes/shop/Shop.php:412 /config/config.inc.php:119 /index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_cart_product`
WHERE `id_cart` = 0 order by id |
0.1 |
1 |
Yes |
|
/override/classes/Cart.php:5053
/override/classes/Cart.php:1969 /src/Adapter/Presenter/Cart/CartPresenter.php:323 /modules/ps_shoppingcart/ps_shoppingcart.php:85 /modules/ps_shoppingcart/ps_shoppingcart.php:97 /classes/Hook.php:971 /classes/Hook.php:923 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:142 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:300 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 15 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Country.php:272
/src/Core/Addon/Module/ModuleManagerBuilder.php:274 /src/Core/Addon/Module/ModuleManagerBuilder.php:190 /src/Core/Addon/Module/ModuleManagerBuilder.php:88 /classes/Link.php:920 /src/Adapter/Image/ImageRetriever.php:256 /classes/controller/FrontController.php:1520 /classes/controller/FrontController.php:496 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.1 |
1 |
|
|
/classes/module/Module.php:2188
/classes/Hook.php:848 /classes/Dispatcher.php:507 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/shop/Shop.php:550 /config/config.inc.php:165 /index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 3) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Language.php:107 /classes/Tools.php:638 /classes/Dispatcher.php:242 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_egoi_forms WHERE block_header="1" LIMIT 1 |
0.1 |
1 |
|
|
/modules/smartmarketingps/smartmarketingps.php:2195
/modules/smartmarketingps/smartmarketingps.php:1789 /modules/smartmarketingps/smartmarketingps.php:1805 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:138 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:300 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_cart_product`
WHERE `id_cart` = 0 order by id |
0.1 |
1 |
Yes |
|
/override/classes/Cart.php:5053
/override/classes/Cart.php:1969 /src/Adapter/Presenter/Cart/CartPresenter.php:329 /modules/ps_shoppingcart/ps_shoppingcart.php:85 /modules/ps_shoppingcart/ps_shoppingcart.php:97 /classes/Hook.php:971 /classes/Hook.php:923 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:142 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:300 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.1 |
5 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Group.php:78 /classes/Group.php:393 /override/classes/Cart.php:244 /classes/Cart.php:217 /override/classes/Cart.php:196 /classes/controller/FrontController.php:410 /controllers/front/listing/CategoryController.php:92 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_cart_product`
WHERE `id_cart` = 0 order by id |
0.1 |
1 |
Yes |
|
/override/classes/Cart.php:5053
/override/classes/Cart.php:1969 /override/classes/Cart.php:2126 /src/Adapter/Presenter/Cart/CartPresenter.php:325 /classes/controller/FrontController.php:490 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_egoi_sms_notif_order_reminder |
0.1 |
1 |
|
|
/modules/smartmarketingps/smartmarketingps.php:998
/modules/smartmarketingps/smartmarketingps.php:792 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/Dispatcher.php:507 /index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/ObjectModel.php:1588
/classes/Tools.php:689 /classes/controller/FrontController.php:351 /controllers/front/listing/CategoryController.php:92 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2752
/classes/module/Module.php:2276 /classes/controller/FrontController.php:1552 /classes/controller/FrontController.php:1654 /controllers/front/listing/CategoryController.php:249 /classes/controller/FrontController.php:494 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 653 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/override/classes/Product.php:5702
/override/classes/Product.php:3481 /override/classes/Product.php:3230 /override/classes/Product.php:4830 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 653) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/override/classes/Product.php:3759 /override/classes/Product.php:4903 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_cart_product`
WHERE `id_cart` = 0 order by id |
0.1 |
1 |
Yes |
|
/override/classes/Cart.php:5053
/override/classes/Cart.php:1969 /src/Adapter/Presenter/Cart/CartPresenter.php:324 /modules/ps_shoppingcart/ps_shoppingcart.php:85 /modules/ps_shoppingcart/ps_shoppingcart.php:97 /classes/Hook.php:971 /classes/Hook.php:923 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:142 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:300 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `buy_together`,`id_accessory_group`
FROM `ps_accessory_group`
WHERE (`active` = 1) |
0.1 |
4 |
|
|
/modules/hsmultiaccessoriespro/abstract/classes/HsAccessoriesGroupAbstract.php:801
/modules/hsmultiaccessoriespro/abstract/classes/HsMaProductSettingAbstract.php:133 /modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:766 /modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:337 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 163 LIMIT 1 |
0.1 |
1 |
|
|
/override/classes/Product.php:4807
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_cart_product`
WHERE `id_cart` = 0 order by id |
0.1 |
1 |
Yes |
|
/override/classes/Cart.php:5053
/override/classes/Cart.php:1969 /src/Adapter/Presenter/Cart/CartPresenter.php:329 /classes/controller/FrontController.php:490 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_cart_product`
WHERE `id_cart` = 0 order by id |
0.1 |
1 |
Yes |
|
/override/classes/Cart.php:5053
/override/classes/Cart.php:1969 /override/classes/Cart.php:2126 /src/Adapter/Presenter/Cart/CartPresenter.php:325 /modules/ps_shoppingcart/ps_shoppingcart.php:85 /modules/ps_shoppingcart/ps_shoppingcart.php:97 /classes/Hook.php:971 /classes/Hook.php:923 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:142 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:300 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'es' LIMIT 1 |
0.1 |
3 |
|
|
/classes/Language.php:722
/classes/Tools.php:624 /classes/Dispatcher.php:242 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 15 |
0.1 |
5 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/AddressFormat.php:353 /classes/AddressFormat.php:392 /classes/controller/FrontController.php:1615 /classes/controller/FrontController.php:495 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 653
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:246
/classes/SpecificPrice.php:226 /classes/SpecificPrice.php:538 /override/classes/Product.php:3325 /override/classes/Product.php:3230 /override/classes/Product.php:4830 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_egoi WHERE client_id != '' order by egoi_id DESC LIMIT 1 |
0.1 |
1 |
|
|
/modules/smartmarketingps/smartmarketingps.php:2085
/modules/smartmarketingps/smartmarketingps.php:1876 /modules/smartmarketingps/smartmarketingps.php:1782 /modules/smartmarketingps/smartmarketingps.php:1805 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:138 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/c1/8f/31c18fb9dd9d0de85f72eae0743b14a370d33562_2.file.header.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:300 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/cb/dc/2d/cbdc2dc4ba49d6d337ea199fc964540b56d06796_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3c/57/24/3c572498e5761ef5dfd1b8e5c784fd1fc352b7c8_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/d3/97/31d39756b9e64ef5696e6f43226437054e611362_2.file.category.tpl.php:34 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:683 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 163 LIMIT 1 |
0.1 |
1 |
|
|
/override/classes/Category.php:1322
/modules/psograph/psograph.php:383 /modules/psograph/psograph.php:313 /classes/Hook.php:966 /classes/Hook.php:355 /classes/Hook.php:903 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 91 AND `id_shop` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2277
/override/classes/Hook.php:31 /classes/Hook.php:771 /classes/Dispatcher.php:589 /classes/Dispatcher.php:249 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.1 |
1 |
|
|
/classes/ObjectModel.php:1453
/classes/ObjectModel.php:1485 /classes/ObjectModel.php:1416 /classes/controller/FrontController.php:498 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_accessory_product_setting` FROM `ps_accessory_product_setting` WHERE `id_product` = 0 LIMIT 1 |
0.1 |
1 |
|
|
/modules/hsmultiaccessoriespro/abstract/classes/HsMaProductSettingAbstract.php:120
/modules/hsmultiaccessoriespro/abstract/classes/HsMaProductSettingAbstract.php:105 /modules/hsmultiaccessoriespro/abstract/classes/HsMaProductSettingAbstract.php:136 /modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:766 /modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:337 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-01-04 00:00:00' AND '2025-01-04 23:59:59' LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:521 /override/classes/Product.php:3325 /override/classes/Product.php:3230 /override/classes/Product.php:4830 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2752
/classes/module/Module.php:2276 /modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:371 /modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:773 /modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:337 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/ObjectModel.php:1588
/classes/Tools.php:562 /classes/Tools.php:644 /classes/Dispatcher.php:242 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/ObjectModel.php:1588
/classes/Group.php:396 /override/classes/Cart.php:244 /classes/Cart.php:217 /override/classes/Cart.php:196 /classes/controller/FrontController.php:410 /controllers/front/listing/CategoryController.php:92 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 103 AND `id_shop` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2277
/modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:371 /modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:773 /modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:337 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Group.php:151
/override/classes/Product.php:3551 /override/classes/Product.php:3230 /override/classes/Product.php:4830 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
< 1 |
0 |
|
|
/classes/module/Module.php:2277
/classes/controller/FrontController.php:1552 /classes/controller/FrontController.php:1654 /controllers/front/listing/CategoryController.php:249 /classes/controller/FrontController.php:494 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|